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 / 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 |
Post New Answer View All Answers
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is composer phar?
How to convert a string to lowercase in php?
What is php stack?
Does php support polymorphism?
What is the w3c?
Tell me how can we pass the variable through the navigation between the pages?
Tell me what kind of things have you done on the social side?
Which function can be used to delete a file?
Tell me what is the main difference between require() and require_once()?
What is the importance of parser in php?
What is global array in php?
Which php function will attach one file to another?
Is age interval or ordinal?
What is $this in php?