> Does anyone know if there are issues with using the header() function
inside
> frames?  Is there extra stuff that needs to be added to it to get it to
work
> correctly?

No... each frame is it's own HTTP request. PHP operates server side so it
has no idea of "frames". It simply processes the code and redirects the
request or sends the appropriate header.

> Or if there were issues with header in php 4.06?

Dunno about that, look at the changelogs, maybe?

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to