Jump to content

Can't see my own problem and its been 24 hours


Trollolol

Recommended Posts

I have had a problem since last night and I can't find where I have made the mistake and hoping someone can help me.

 

if (empty($_SESSION['rounds'])) {
$_SESSION['rounds'] = '0';
}
elseif ($_POST['go']) {
$_SESSION['rounds']++;
}

$_SESSION['rounds'] sets to 0 fine, but thereafter won't increase with each $_POST['go']. Can anyone see a problem I have made or is the problem likely being caused some where else?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.