I'm trying to use header like so
header('Location: http://www.example.com/');
but it doesn't work. I look in my address bar and it is still the address of the original file. But if I put something like
echo "yo";
it echos out the response. I don't get it, help???