hi
is it possible to return the url into a variable or something?
for example if you were on http://www.phpbuilder.com/ it would return as
$url = "http://www.phpbuilder.com/";
or something?
because i have to different urls going to some webspace, and i want it to give an error and redirect to the other url if one is typed in..
Ben