Re: [PHP] Meta Refresh Question (PHP)

2003-01-17 Thread Edson Waite
TECTED]] > > 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? > > > > > $TrialID = $colname_earlytour + 1; >

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\)
M > To: [EMAIL PROTECTED] > Subject: [PHP] Meta Refresh Question (PHP) > > > Hi All, > > Can anyone see a problem with this? > > $TrialID = $colname_earlytour + 1; > if ($TrialID <= 5) > { > $NewID = $TrialID; >

[PHP] Meta Refresh Question (PHP)

2003-01-17 Thread Edson Waite
Hi All, Can anyone see a problem with this? Aviation Hall of Fame 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