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?

Answers were Sorted based on User's Feedback



What are the different methods of passing data or information between two calls of a web page? Wha..

Answer / vinesh gohil

we are using get, post ,session, cookie method for passing
data. in get method it pass data through url. and post
passes data through hidden variable. and in session we
create session variable these variable store on server .
and cokkie same as session but cookie store at client
machine.

Is This Answer Correct ?    26 Yes 2 No

What are the different methods of passing data or information between two calls of a web page? Wha..

Answer / gunjan patel

we are using get, post ,session, cookie, request method for
passing
data. in get method it pass data through url. and post
passes data through hidden variable. and in session we
create session variable these variable store on client
machine and Only SESSION ID stores on server.
and cokkie same as session but cookie store at client
machine.
Request method is same as get method. we use request method
for sending variables using href in <a> tag, or in
Javascript using document.location.href .

Is This Answer Correct ?    1 Yes 3 No

What are the different methods of passing data or information between two calls of a web page? Wha..

Answer / 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

What are the different methods of passing data or information between two calls of a web page? Wha..

Answer / rakesh kumar nautiyal

It can do this in two ways: either from the cache, or live
from Amazon.
Because Amazon requires developers to cache downloaded data

Is This Answer Correct ?    3 Yes 15 No

Post New Answer

More PHP Interview Questions

What is the difference between get and post in php?

0 Answers  


What is the use of pear in php?

0 Answers  


Who developed php?

0 Answers  


Explain what are psrs?

0 Answers  


how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?

1 Answers  


hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........

3 Answers  


How to join multiple strings into a single string?

0 Answers  


How can you get web browser’s details using PHP?

0 Answers  


How to remove a file?

0 Answers  


how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.

1 Answers  


Why is PHP-MySQL frequently used for web (Portal) Development?

5 Answers   T3 Softwares, Wipro,


How to download the files using PHP

1 Answers  


Categories