Why does php need server?
No Answer is Posted For this Question
Be the First to Post Answer
class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line
can any one tell how to install LAMP server in terminal in ubuntu.....and also tell please how to run php files in ubunut and how to save and compile in ubuntu..i already installed ubuntu ..but i dont installed lamp server so i want to install lamp server in terminal is it possible please reply
What is a helper function?
Do you know how to enable error reporting in php?
What is a controller in programming?
What are hooks in php?
What is the use of the function 'imagetypes()'?
Is uploaded file php?
Tell me how can we automatically escape incoming data?
Why php is widely used?
Is empty in excel?
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?