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
What should be the length of variable for SHA256?
How can I use single quotes in single quotes in php?
What is difference between session_unset and session_destroy?
What is the best way to avoid email sent through php getting into the spam folder?
What is serialization in php?
What is use of htmlspecialchars php?
How to upload file in php?
What is use of echo in php?
What is get method in java?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
How to make horizonatl menu and vertical menu responsive
How do you remove duplicates from an array?
What was the old name of php?
What Is a Persistent Cookie?
Why shouldn't I use mysql_* functions in php?