PHP Header Help

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!

Moderator: General Moderators

Post Reply
Remix919
Forum Newbie
Posts: 4
Joined: Mon Jan 16, 2006 9:37 am

PHP Header Help

Post by Remix919 »

Hey, how could I make my php header("Location: index.php"); open up in a specific target frame?
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post by foobar »

You can't.

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