PHP Code:
//Mail it off!
mail("cody.woolaver@gmail.com","Resume Submitted",$message,"From: Celia.net");
//display redirect
$navbits = array();
$navbits[$parent] = 'Staff Resume';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
// set query
$db->query_write("
UPDATE " . TABLE_PREFIX . "user
SET resume = '1'
WHERE userid = '" . $vbulletin->userinfo['userid'] . "'
LIMIT 1
");
//redirect...
eval('print_output("' . fetch_template('PYRO_REDIRECT') . '");');
i replaced what i had with this, and it just gave me a white screen, when i went to submit again, it gave me my error :P
so, its just not desplaying my redirect page...