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
How to read a file in php?
What is the phpstorm?
What is a collection in php?
What is associative array in php?
How is the ternary conditional operator used in php?
What is the use of hooks?
Why post method is used in php?
Which of the delimiter is ASP style?
What is the default session out time?
Is jquery better than javascript?
What are some new features introduced in php7?
Explain what is meant by pear in php?
Where php basically used?
What is the default session time in php?
What is the difference between "echo" and "print" in php?