Quote:
Originally Posted by MarcoH64
Impossible to tell without looking at the code.
|
:nervous: should of Included that. I'll post the query that Is failing, the one above It works just fine, as well as the redirect code under It.
PHP Code:
// Update setting In USER table
$DB_site->query("UPDATE " . TABLE_PREFIX . "user SET battlesetting=1 WHERE userid='$bbuserinfo[userid]'");
$_REQUEST['forceredirect'] = 1;
$url = "standings.php?do=submitbattle";
eval(print_standard_redirect('redirect_generated'));
Note that I am not getting any database error emails about It failing, It simply just doesn't work for some people.