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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is binary safe string?

529


What software is required for php?

524


How to delete an element from an array?

544


How to process the uploaded files?

575


How can we access the data sent through the url with the get method?

584






Tell me will a comparison of an integer 12 and a string "13" work in php?

640


What is c++ polymorphism?

515


What are headers in php?

513


Explain me what is the meaning of a persistent cookie?

477


How we get ip address of client, previous reference page etc?

550


What are the disadvantages of php?

502


Xplain is it possible to use com component in php?

516


Write down the code for saving an uploaded file in PHP.

579


When sessions ends?

546


What are the differences between php constants and variables?

500