Re: [PHP] Meta Refresh Question (PHP)

2003-01-17 Thread Edson Waite
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 (remov

RE: [PHP] Meta Refresh Question (PHP)

2003-01-17 Thread John W. Holmes
> Can anyone see a problem with this? Yes. > $TrialID = $colname_earlytour + 1; > if ($TrialID <= 5) > { > $NewID = $TrialID; > $Page = test Here... > } > else > { > $NewID = 1; > $Page =

RE: [PHP] Meta Refresh Question (PHP)

2003-01-17 Thread Timothy Hitchens \(HiTCHO\)
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 PROTEC