what server connected
Answer / karkuvelbe
MYSQL,SQL and IRC server are connected throw php
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain a resource?
Name some of the functions in php.
What is the difference between array_map () and array_shift ()?
Tell me how to set a page as a home page in a php based site?
What is get method in java?
What are getters and setters php?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
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
What is MVC structure in Magento?
What is reference variable php?
How a variable is declared in php?
What is php regular expression?