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
Why php is better?
How cookies are transported from servers to browsers?
Tell me what is the difference between ereg_replace() and eregi_replace()?
How do I know my xampp version?
Write a program to get second highest number in an array using php?
What is difference between include and include_once in php?
Tell me how can we define a variable accessible in functions of a php script?
How do you create an array in php?
How to call php function from javascript using ajax?
How to redirect https to http url through .htaccess?
What is php mainly used for?
How to convert the first character to upper case?
What is pdo in php why use?
What is default session time and path in PHP. How to change it?
How do I install php?