Re: if statement in an elseif block with a preceeding exit statement
- From: thelma@xxxxxxx
- Date: Wed, 30 Jul 2008 17:59:38 -0500
JRough <jlrough@xxxxxxxxx> wrote:
: However, there is still a syntax problem with the if inside the elseif
: which was my original question.
: }elseif($_POST['redirect']&&$_POST['redirect']!=$_SERVER['PHP_SELF']){
: Header("Location: ".$_POST['redirect'].".php?id=".$_POST['id']);
: exit;-------------------------------------------^
/\missing close quote "
: if($_POST['assign']=='Open in Excel'){
: Header("Location:
:
http://allcapitalrailmanagement.com/fakerockridge/tracing_reportsXL.php?param=
".$_POST['redirect']."&id=['id']);
: exit;
^------------------------missing close quote "
: }
: }
--thelma
: Janis
.
- References:
- Prev by Date: Re: if statement in an elseif block with a preceeding exit statement
- Next by Date: Re: something like grep
- Previous by thread: Re: 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):
Relevant Pages
|