Posted by ninjadev on 12/08/05 09:30
fill in the blanks... $i = "select count from abcounter"... if ($i%3 == 0){$page = "1.php";} if ($i%3 == 1){$page = "2.php";} if ($i%3 == 2){$page = "3.php";} "update abcounter set count = count+1"... header("Location: $page");
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming