Parse error: syntax error, unexpected ':' in /home/xxxxxxxx/public_html/redirect.php on line <b>3
<?php header( 'Location: $_GET["url"] ') ?>
<?php header('Location: ' . $_GET['url']); ?>