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
Which function is used in php to search a particular value in an array?
How do I find out the number of parameters passed into function9?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Can php run without apache?
Why php is used?
How do I update php?
Explain me difference between mysql_connect and mysql_pconnect?
Tell me how is it possible to return a value from a function?
Is php an oop?
How to pass variables by references?
What is the difference between explode () and split () functions in php?
Can constructor be private in php?
What is difference between print_r and echo in php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Can we extend final class in php?