Answer Posted / gladys
In the get method the data made available to the action page
by the URL so data can be seen in the address bar where as
in the post method the data will be available as data blocks
and not as query string.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me what are the __construct() and __destruct() methods in a php class?
What is full form of PHP?
What is the purpose of php?
Is echo a function in php?
What is $_ env in php?
What is php static function?
How to set a page as a home page in a php based site?
Tell me what type of operation is needed when passing values through a form or an url?
Are sessions stateless?
Why json is used in php?
What is difference between base_url and site_url?
What happens if an expected input field was not submitted?
How to convert the first character to upper case?
How to swap two variables without using 3rd temp variable.
What is __ invoke in php?