Whoops... it isn't fixed, is it possible to urlencode a URL via $_GET? Cause i've tried encoding via $_GET... i don't see any difference while $_POST works perfectly.
I've noticed the character '#' being left out (and everything behind it) e.g. www.domain.com/files/list.htm#thelist , so 'thelist' dissapears including the '#'.
Code:
$url = urlencode($_GET['url'])
Last edited by koolaid; 10-06-2007 at 03:27 PM..
|