What are the differences between GET and POST methods in form submitting?


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

Post New Answer

More PHP Interview Questions

What is url encoding and decoding in php?

0 Answers  


Can we set session value in javascript?

0 Answers  


Why do you need to filter out empty files?

0 Answers  


What is the output of the ucwords function in this example?

0 Answers  


What is the difference between exception::getmessage and exception::getline?

0 Answers  






What is php destruct?

0 Answers  


How to remove duplicate values from a PHP Array?

0 Answers  


What is global variable php?

0 Answers  


Tell us what does $_cookie means?

0 Answers  


how prepare the testing documentation.

0 Answers   Accenture,


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

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  


Categories