ob_start(); $str = "Location: http://www.example.com/?&id=001"; header($str); ob_end_flush();
Obviously this is not the site I am going to, but as an example. So the script then goes to Example Web Page instead. I tried urlencode/urldecode, but neither worked. Any ideas?


Sign In
Create Account


Back to top










