Hi! Can I be sure that the header("Location: $url") - function always will work?
In case not, when?
I use it as a redirect in a password protected system. Can I get problems using this?
Kristian
I haven't had any problems, and I do exactly that... but make sure you put it before any other headers are sent. If you have a cookie or even a in front of the header, you'll get an error.
Yes the header will always work.