Hi Guys,
hope someone can help me with this problem. In CGI I issue this command inside the script:
and whatever colour i pass from a form to the script it captures and keeps however i'm having problems doing this in php. I'm sure its something i'm doing wrong but I'm hoping someone can show me what i've done wrong.
here's my code:
the above is registering my session.
then i've got this on my form part of the script:
then this is the part that displays on my messages screen:
but it doesn't seem to pass the colour at any stage and when i view source all i get is the name=color value="0", the value =0 bit should detect the color. What could i be doing wrong? I've posted this on various forums but nobody has really been able to help it seems, I wonder if anyone here could shed some light as to what is wrong? It doesn't seem to be putting a colour into the session although the login page allows them to select a color.