d22552000 Posted July 21, 2007 Share Posted July 21, 2007 if (!empty($_GET['url'])) { echo " <head> <meta http-equiv=\"refresh\" content=\"3;./" . $_GET['url'] . "\"> </head> <body> You are being redirect to:<br /> " . $_GET['url'] . "<br /> </body> "; die(); } It just seems to refresh the current page... Please tell me what's wrong. Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted July 21, 2007 Share Posted July 21, 2007 try <meta http-equiv=\"refresh\" content=\"3; " . $_GET['url'] . "\"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.