Re: How to send a value stored in a variable from one page to another page in php?
You really want to use $_SESSION, thats what its for. I suggest you read up on it and use it, its not that hard. It will also give you an idea of how best to structure your site.
|