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
How to delete cookie files on your computer?
What is parent __construct ();?
Which is not a file-related function in php?
What is the difference between get and post method in php?
Explain the difference between php4 and php5.
What is the use of magic function in php?
What is the default session time in php?
What is Apache's configuration file typically called?
What is instantiation?
How to split a string into array using php?
What is php and sql used for?
What is meant by session in php?
Tell me what is the difference between get and post?
What is the difference between static and dynamic websites?
What is the difference between characters 23 and x23?