Greetings.
I'm trying to make my PHP code call another page in a certain point of the code.
After a little research I've found the header() function and my code ended up like this:
header("Location: http://www.foo.com/foo.htm");
My problem is that my code is embedded in a HTML page so it already has a header and the function doesn't work.
Anyone know a workaround for this? I'm in a hurry with this problem, so any thoughts would be gratefully appreciated.
Thanks in advance,
Er Galvão Abbott
Web Developer