What are the disadvantages of php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is stripslashes php?

0 Answers  


What are the file upload settings in configuration file?

0 Answers  


How to call a php function from another php file?

0 Answers  


How can MYSQL functions be available with PHP?

0 Answers  


How to pass an argument to a function?

0 Answers  






How check variable is set or not in php?

0 Answers  


What are the string function in php?

0 Answers  


What is a http session?

0 Answers  


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

1 Answers  


How can you send email in php?

0 Answers  


Tell me how is it possible to remove escape characters from a string?

0 Answers  


How to Pass JSON Data in a URL using CURL in PHP?

0 Answers  


Categories