What types of MYSQL function available for affecting columns
No Answer is Posted For this Question
Be the First to Post Answer
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
where do we use htaccess?
What is mysql in php?
How many ways we can pass the variable through the navigation between the pages?
How to enable cURL in PHP?
Why and where do we use htaccess?
Is null function in php?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
Is it possible to get the screen resolution and like with php?
What are super global variables in php?
what is the use of include() function when include_once() alone will enough?
Which php framework is best for beginners?