So, pretend I was opening http://www.example.com, using a $link variable and header(). Here’s my code:
header("Location: ".$link);
Here’s the result: http://reecemcmillin.com/test/www.example.com
How can I just get it to open http://www.example.com, instead of having it pretend it was a file on my server?
Ensure
$linkincludes ‘http://’: