Re: if statement in an elseif block with a preceeding exit statement
- From: "Paul Lautman" <paul.lautman@xxxxxxxxxxxxxx>
- Date: Wed, 30 Jul 2008 22:02:33 +0100
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;
}
.
- Follow-Ups:
- References:
- Prev by Date: if statement in an elseif block with a preceeding exit statement
- Next by Date: Re: mail questions
- Previous by thread: if statement in an elseif block with a preceeding exit statement
- Next by thread: Re: if statement in an elseif block with a preceeding exit statement
- Index(es):