View Single Post
  #3 (permalink)  
Old 04-01-04, 10:53 AM
tehnoobe tehnoobe is offline
New Member
 
Join Date: Mar 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
that worked very well! thank you!!!

another quick question, i need to redirect the user to a defualt service page if the service=''[null] or not one that is listed. i tried the following but no luck.

Code:
$URL="http://www.domain.com/services.php";
if($_GET['service']=='' ) header ("Location: $URL");
:\
Reply With Quote