What happens if you do something like:

PHP Code:
header("Location: " $_GET['url']); 
Or Try:
PHP Code:
header("Location: $url");