Thanks Guys,

That took care of it. I was also missing "$" in the meta tag line before
NewID.

Thanks again,
Ed Waite


"Timothy Hitchens )" <[EMAIL PROTECTED]> wrote in message
004b01c2be8e$f2d42ca0$0500a8c0@bambino">news:004b01c2be8e$f2d42ca0$0500a8c0@bambino...
> It runs when you fix your (removed URL's and line endings) what is it
> not doing?
>
>
>
> Timothy Hitchens (HiTCHO)
> Open Source Consulting
> e-mail: [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: Edson Waite [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, 18 January 2003 11:09 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Meta Refresh Question (PHP)
> >
> >
> > Hi All,
> >
> > Can anyone see a problem with this?
> >
> > <?php
> > $TrialID = $colname_earlytour + 1;
> >      if ($TrialID <= 5)
> >           {
> >                 $NewID = $TrialID;
> >                 $Page = test
> >             }
> >     else
> >           {
> >                 $NewID = 1;
> >                 $Page = newpage
> >             }
> > ?>
> >
> > <html>
> > <head>
> > <title>Aviation Hall of Fame</title>
> > <meta http-equiv="Content-Type" content="text/html;
> > charset=iso-8859-1"> <META HTTP-EQUIV="refresh" CONTENT="15;
> > URL=<?php echo $Page;?>.php?ID=<?php echo NewID;?>">
> >
> > Thanks,
> > Edson Waite III
> > http://www.airforcemuseum.com
> > http://www.sportsvideooutlet.com
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to