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
Write a program to display table of a number using php?
What is __ construct in php?
What does trim () do in javascript?
What is the current php version?
How to create a table to store files?
Difference between get and post method.
What are classes in php?
Why do we use inheritance in php?
List some array functions in php?
What are the two most common ways to start and finish a php block of code?
What do you use php for?
How to convert strings to upper or lower cases?
How do I escape data before storing it in the database?
Is jquery better than javascript?
Define anonymous classes in php7?