On my site i have a javascript menu, but the links in the menu need some of the variables i passed in my url to succesfully generate good url's...
For example....
say the url to the following website is
mysite.com/admin.php?adminid=blah
Code: Select all
<html>
<body>
Hi!
<SCRIPT language=JavaScript src="vertical_data.php" type=text/javascript></SCRIPT>
</body>
</html>Is this where i need to use sessions? If so any quick implementation examples?
Are there any questions you people have so i can better explain the problem? As you can tell i've had a hard time forming a question which also lowers the probability of googling this so... srry if its ez!
Thanks so much!