Re: if statement in an elseif block with a preceeding exit statement



All the crappy waffle deleted:
You have a missing " on your header line, here it is corrected:
if($_POST['assign']=='Open in Excel'){
Header("Location:
http://xxx.com/fakerockridge/tracing_reportsXL.php?param=".$_POST['redirect']."&id=['id']");
exit;
}


.