Before I say anything else, I do not have a problem, but I'm curious about the behavior of the header() redirect.
This code:
<?php
//this is firstpage.php
header("Location: nextpage.php");
?>
...works fine except for one thing. Sometimes the Address Bar does not change from saying 'firstpage.php'. Most of the time it does, but sometimes it doesn't.
Is this an IE header bug, or is something happening on the server-side? Does anyone else encounter this behavior?
Thanks for your interest,
Snib
<><