Pass value of a variable to multi pages

wxdqz

New Member
I need to pass the value of a variable to multi pages. I am taking the input from the user through a form and storing values in a variable $social. If this social matches with the socials in the database then the user is given links to say 5 different pages.

Now my problem is to pass the value of the variable to all these pages so that when i click the link, and the respective page opens, the social is passed to these pages and the data for that social is shown.

I cannot use something like
<a href=http://www.phpbuilder.com/board/archive/index.php/\"something.php?social=$social\">
because then the social will be visible in the url which i dont want for security purposes.

I can have a form for all these different pages but it is not a user friendly way to make the user enter the social whenever he goes to that particular page.

Plesae Help

Thanks
Nikhil Dighe
 
Back
Top