What are the methods to submit form in php?
Describe the importance of DABA BASE ABSTRACTION LAYERS in PHP and database connection?
How to download the files using PHP
What is a simple php method to make a cross domain data request?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
What is php array function?
Name and explain five of the PHP error constants?
Where are sessions stored php?
What is the super method?
what is PDO?
What is default session time and path in PHP. How to change it?
What is polymorphism in oop php?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query