PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there a way to redirect the user to another page by using PHP?
I know there are two alternatives include and header. But what if I have to call the redirect from the middle of the page, when the header was already sent.
I've heard about redirecting with meta tags, but it seems there is a bug in FireFox related to metatags.
the problem is that meta redirect doesn't always work with firefox...
that's the problem i have now, and I am trying to fix that wihtout making radical changes to the script