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!
since the header() function sends raw header data, I would think that it cannont send browser dependant data. wouldn't such a thing as a target specification in raw data be browser specific?
virgil wrote:Does the Header() function allow a target attribute?
You can't use target in a php header, unfortunately. The header will simply redirect to the page specified, and only in the frame that contains the header. However, you can always use Javascript.