How can we access the data sent through the url with the post method?
No Answer is Posted For this Question
Be the First to Post Answer
how much a fresher php programmer can earn in india
Does not want to see PHPSESSID in the url. How can be done this ?
What is a PHP accelerator?
What is is_null() in php?
What is the use of mysql_fetch_array in php?
How can we display the output directly to the browser?
What are the php functions?
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
Explain a resource?
What are the rules in creating php variable?
What is the use of @ in php?
why did u want to leave your past organisation?