Why do we use inheritance in php?
No Answer is Posted For this Question
Be the First to Post Answer
What types of images that PHP supports?
Do you know what is the difference between the include() and require() functions?
Different between the var_dump() and print_r()?
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
How to get the ip address of the client?
What is the function to count elements in an array in PHP?
hai, friend i srinu i had completed my graduation in 2004. now i am fineshed PHP course .may i get any oppartunity on php progr pls sugg me . thank u
What is http get and post?
How to remove duplicate values from array using php?
Is php fully object oriented?
Explain about require and include function?
Does php need a closing tag?