When i check my cookies it shows softwareinstalled = true
but when I use:
if( $_COOKIE['softwareinstalled'] == 'true' )
{ echo "<b>Software has been successfully installed.</b>\n"; }
else
{ echo "<b>To Access our Lobbies, Please Download our <br><a href='http://www.rengamesonline.com/modules.php?name=Software'>Renaissance Games Software</a>.</b>\n"; } It still tells me to install software.My opinion is something is wrong with the way its saving the softwareinstalled = true .... dont think that "=" is suppose to be in the cookie. softwareinstalled is the cookiename and true is the value. Not sure where the = comes into play.