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 / prashanth
The get method is faster than post method because the get
method is no need to submit the data to the web-server.
but with the post method the data is to submit in to the
web-server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does php support multiple inheritances?
Why do we use in php?
How arrays are passed through arguments?
How would you open a directory for reading in php?
What are the advantages of php mysql?
How to get ip address of clients machine?
What is the difference between the include() and require() functions?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is the best website to learn php?
Is php still relevant 2019?
Why is php used for web development?
What is a php 5?
How to delete a file from the system?
What is $_ post in php?
What is zend studio for?