Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How can we encrypt the password using php?

1184


Write a statement to show the joining of multiple comparisons in php?

1062


How long do php sessions last?

1117


How to convert one date format into another in php?

959


What is the function used to change the root directory in PHP?

1065


What is php and how do you use it?

1039


How to declare an array in php?

1170


How to create a session? How to set a value in session? How to remove data from a session?

1017


How to make a class in php?

1021


What is the difference between characters 34 and x34?

963


What is meant by ‘passing the variable by value and reference' in php?

1045


Tell me what are the correct and the most two common way to start and finish a php block of code?

1012


Can I use php in html?

1028


What is difference between print_r and echo in php?

933


How to pass an argument to a function?

1302