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...

How many ways are there for passing variables between pages
in PHP and what are they ?

Answer Posted / laku

create the session store the values in it and call in the
next page
create the cookie store the values in it and call in the
next page
and finally hidden values

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many escape sequences are recognized in double-quoted strings?

1045


Why shouldn't I use mysql_* functions in php?

1144


How can you encrypt password using php?

1095


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

2061


What are php errors?

1029


Tell me can you extend a final defined class?

1120


Explain about objects in PHP?

1047


How the values are ordered in an array?

1156


What is the meaning of symbol '$' in jquery?

1121


Are php sessions secure?

1022


What is whitespace in php?

1106


How check field is empty or not in php?

1093


What is php and how do you use it?

1039


What is php string function?

1079


What is a query give example?

1045