View Single Post
Old 01-01-2003, 07:20 PM  
dacash
Confirmed User
 
Join Date: Jul 2002
Location: some where in a basement
Posts: 609
try this

switch($HTTP_GET_VARS["id"]){
case 0: $url = "http://www.yahoo.com"; break;
case 1: $url = "http://www.altavista.com"; break;
}
header("Location: $url");
?>
__________________
____________
Marc
dacash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote