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


Please Help Members By Posting Answers For Below Questions

How to read a file in php?

719


What is the phpstorm?

740


What is a collection in php?

687


What is associative array in php?

741


How is the ternary conditional operator used in php?

722


What is the use of hooks?

729


Why post method is used in php?

840


Which of the delimiter is ASP style?

813


What is the default session out time?

774


Is jquery better than javascript?

751


What are some new features introduced in php7?

8569


Explain what is meant by pear in php?

722


Where php basically used?

761


What is the default session time in php?

720


What is the difference between "echo" and "print" in php?

723