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

Reply via email to