How does php and apache work?
what is the post and get method??
What exactly is PHP?
Do you know how to enable error reporting 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
What is the different between cookies and session in php?
what type of images that the PHP version supports
In How many ways can u represent Not equal?Give Syntax of all ways..
how to upload a file in php.write a syntex for that
Does php have multiple inheritance?
What is the use of token in php?
Why session timeout is important?
Why we are using PHP than others for web developing?