Can somebody tell me how to access a variable that is stored in a cookie, i can set the cookie, but cant access the variable from any other pages, i can echo the value but not actualy use it, can someone please help me
Thanx
huh? What ever name you use when you set the cookie is the same as the variable name when you use it. if you call the cookie test then the variable name is $test. if you can echo the variable then you have access to it, why wouldn't you be able to use it then? aren't you using it when you echo it?
Echoing it is using it.