What are the different methods of passing data or
information between two calls of a web page? What are the
advantages/disadvantages of these methods?
Answer Posted / mishra ashutosh
Hi techies..
There are 4 ways of sending data from one page to another.
as my friends have discussed above, namely GET,POST.COOKIE and SESSION.
Among four, cookie will work only when it is enabled in the browser. So its kind of browser setting dependent.
One more thing session id is also stored as cookie in file.
Plz Feel free to ask anything about php,mysql,js.
mishraa_007@rediffmail.com
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Is it difficult to learn php?
What are psrs?
How to calculate the difference between two dates using php?
What is the use of strpos in php?
What is the timeout period on session values?
How does php session work?
Explain me what are the 3 scope levels available in php and how would you define them?
When to use single quotes, double quotes, and backticks?
How to pad an array with the same value multiple times?
What is string function sql?
Explain some of the php array functions?
in PHP for pdf which library used?
Can you convert php to html?
How do you use bcrypt for hashing passwords in php?
What is purpose of @ in Php?