Thread
:
php experts - simple php question?
View Single Post
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
View Public Profile
Find More Posts by roly