Forum Moderators: coopster
My first post :)
I am trying to use session variables to pass the background colour of a page loaded into a frame using session variables:
I declare tyhe colour in the main page which loads first, this is the content in the main page and echos OK.
$_SESSION['content_color'] = "#E9E9E9";
echo $_SESSION['content_color'];
However if I echo the session variable in my loaded page in another frame I don't get anything at all!
Any ideas?
Thanx
Crankshaft