Hi All, I am trying to make an automated tour as a section of my site, using the following.
<?php $NewID = $colname_earlytour + 1; ?> <META HTTP-EQUIV="refresh" CONTENT="15" URL=early-tour.php?ID= <?php echo "$NewID";?>> This works great going from early-tour?ID=1 to early-tour?ID=2 but I can't get it to continue on to ID=3, ID=4 etc. It just keeps reloading the data from ID=2 The data for each page is in a row identified by a unique ID# I just want the page to reload with the data from the next ID# after a givin time 15 seconds. Thanks in advance for any ideas, Edson Waite III http://www.sportsvideooutlet.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php