Page 1 of 1

PHP Header Help

Posted: Mon Jan 16, 2006 10:34 am
by Remix919
Hey, how could I make my php header("Location: index.php"); open up in a specific target frame?

Posted: Mon Jan 16, 2006 10:41 am
by foobar
You can't.

You'd have to output some JS or HTML that would do that for you.