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 difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is $_ get and $_ post in php?
What is member function?
Does php support polymorphism?
What are the types of variables in php?
What is the super method?
How to access a specific character in a string?
What does $_cookie mean?
Tell me what does the initials of php stand for?
Do you know how to delete a file from the system?
Is php free to use?
What is the purpose of basename() function in PHP?
What is difference between required and require_once in php?
Why do we use in php?
Tell us how to redirect a page in php?