What\'s the difference between the function \"HTTP_redirect\" and \"header location\" in PHP ?
\"HTTP_redirect\"
\"header location\"
When must I use the function \"HTTP_re
\"HTTP_re
http_redirect is basically a helper function, making it easier to use header location by allowing you to pass an array for GET data.
http_redirect
header location