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
What is the use of return in php?
What is user defined function in php?
What is singleton design pattern in php?
How to get length of an array in PHP?
What is difference between html and php?
Tell me how would you declare a function that receives one parameter name hello?
What is scope of variable in php?
How to do single and multi line comment in php?
Tell me what is the difference between exception::getmessage and exception::getline?
Explain difference between urlencode and urldecode?
What does $globals mean?
What is $_ get in php?
Does php have a future?
How to reset/destroy a cookie in php?
What is the output of the following php code?