1
Hi,
I have grabbed some ID info from the url with the $_GET command and stored it in a variable.
When I try and call up this variable on another page the variable that I assigned to the $_GET is empty.
How do I use variable information gained from another page on my site.
I have tried using setcookie and retreiving the info from that but this comes back as an empty variable again using $id = $_COOKIE(mine)
Can anyone help me or at least understand what I want to do.
Thanks in anticipation,