What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answer Posted / mij
Use of Get Method:
The parameters from the form will appended to the
querystring. Sometimes, if the user want to bookmark a
page, this would be useful.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Which escape sequences can be used in single quoted strings in php?
Does exist in php?
How can we enable error reporting in php?
What was the old name of php?
What function should you use to join array elements with a glue string?
what is difference between PHP4 , PHP5
How to create a directory?
Why die is used in php?
Is facebook still in php?
What is if isset ($_ post submit )) in php?
What is the difference between indexed and associative array?
How to initiate a session in php?
Is php free to use?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Write a program in php to find the occurrence of a word in a string?