What is the difference between get and post method in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is a query give example?
Why these language is needed?
How can you send email in php?
What is include in php?
Tell me what is the use of "enctype" attribute in a html form?
Why php is used in html?
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
How to Define a Constant in PHP? Is $ symbol necessary?
Explain Type hinting in PHP?
How data or variable can be receive or send from PHP to HTML page??
What is the use of die in php?
when you will get the message/error "headers already sent"?