what is the difference between GET and POST?
Answer Posted / raj
The diffrence is :
when try to open new window then pass the value in query
string (it means using get method else pass it using post
method..).
most of things have been coverd by all folks....
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
List some string function name in php?
In php how can you jump in to and out of "php mode"?
Tell me how is it possible to return a value from a function?
What is the goto statement useful for?
What are php libraries?
Do you know what is the use of rand() in php?
What is call by reference in php?
Is php strongly typed?
What type of operation is needed when passing values through a form or an url?
Is php easier than javascript?
Can we override static method?
What is the difference between abstract class and interface in php?
How can we execute a php script using command line?
What is php oops concepts?
What are some of the advanced features of php?