How to get a random value from a php array?
Are php session secure?
What is isset post?
How is it possible to know the number of rows returned in result set?
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 are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
what is the difference between php and my sql
Who is the father of php?
What is baseurl?
What are the three parts of an http request?
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
What is variable give example?
What software is required to run php?