01-10-2010, 07:52 PM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Aug 2008
Posts: 21
Thanks: 1
|
Just a quick thought aside of the problem, why do you need $_SESSION if you set and read something on the same page ?
Since you could do this with any variable and $_SESSION is normally used to read something in, that you set on a previous page.
|
|
|
|