What is php good for?


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

Post New Answer

More PHP Interview Questions

write a program to print [123] [456] [789] note : braces also need to be printed

1 Answers   Net Solution,


How to make horizonatl menu and vertical menu responsive

0 Answers  


How we can declare variable in php?

0 Answers  


Tell me what does pear stands for?

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  






What are the different types of array in php?

0 Answers  


Starting or restarting a computer is called

0 Answers  


Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?

2 Answers  


Explain what is the use of "echo" in php?

0 Answers  


What is a model in php?

0 Answers  


Is laravel an oop?

0 Answers  


Where session is stored?

0 Answers  


Categories