What is session_start () in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of php?
what is the default session expire time in php? what is default file attachment size in mail in php?
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
How to send a cookie to the browser?
What is regex in html?
How to find length of an array in php ?
What is the difference between array_map () and array_shift ()?
what is used for tmp table in oracle?
What is the difference between explode () and split () functions in php?
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
Specify pre-defined classes in php ?
What is the correct php command to use to catch any error messages within the code?