Forum Moderators: coopster
If I use the header command:
header("Location: $u");
It does not work. However if I use meta refresh it does work:
print "<META HTTP-EQUIV=\"refresh\"content=\"2;URL=http://localhost$u\">";
The header command works properly on many pages.
I even tried an
exit;
after the header commant, but that does not work either.
Can anyone she any light on this at all please.
Cheers