View Single Post
Old 02-28-2007, 04:17 PM  
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
for anyone that's interested, i couldn't get it to work with urlencode, but this worked:

Code:
<?php

$url=substr($_SERVER['QUERY_STRING'],4);
header("Location: $url");

?>
thanks again
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote