Does php support function overloading?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the '.frm' file extension? What do thes file contain?
Why session is required?
How we can get the number of elements in an array?
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
If there are 10 text boxes in a form having same name, their value are different. Value of which textbox will be received on action script?
20 Answers A1 Technology, Bajaj, DG, Genpact,
What type of errors can be occurred 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
How do you destroy a session?
Write a php script to get the largest key in an array?
What is abstract class php?
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
What can php do?