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
Does php pass arrays by reference?
Is uploaded file php?
Can we run php in apache tomcat?
How to convert numbers to strings in php?
How is it possible to propagate a session id?
What are interfaces in php?
Why did you choose this particular career path?
How do I run a php program in dreamweaver?
What is the difference between include and require?
Why php was called as personal home page?
What websites use php?
Is php a framework?
How many escape sequences are recognized in single-quoted strings?
What is fetch array in php?
In php, how to redirect from one page to another page?