" . $confirm['q'] . "



Yes  |  No
"; } if($_SERVER['QUERY_STRING']=="yes") { mysql_query("UPDATE mrpg_users SET mode='norm', x=" . $confirm['yesx'] . ", y=" . $confirm['yesy'] . " WHERE id=" . $char['id'] . ";"); header("Location: actions.php"); exit; } if($_SERVER['QUERY_STRING']=="no") { mysql_query("UPDATE mrpg_users SET mode='norm', x=" . $confirm['nox'] . ", y=" . $confirm['noy'] . " WHERE id=" . $char['id'] . ";"); header("Location: actions.php"); exit; } ?>