I am having trouble finding a clear answer to my cookie situation. I have a page that I need to use Javascript to write a cookie, and have my php page read the cookie. I you can see the JS page at http://www.pschallenge.com/new_design/change_team.php3
In the change_player JS function, is that the correct way to store the cookie?
When you click on "TEST SUBMIT" it is suppose to display your information, first 3 lines are url variables, but the last is supposed to be the cookie value. I'm doing a...
echo "$HTTP_COOKIE_VARS[0]";
What am I doing wrong?
Thanks,
Brian