I have http://mysite.com/go.php?site=http://somesite.com/main/?s=12&action=load
<?php
$url = $_GET['site'];
echo "<meta http-equiv=\"refresh\" content=\"0;url=" . $url . "\">";
however, it takes me to http://somesite.com/main/?s=12
which fails to load.
how to make it go to http://somesite.com/main/?s=12&action=load