Thanks for responding, NogDog.
As I said in the initial post, the page has already sent the headers. So the result of using the header(Location: $url) function is to generate a "Headers already sent" error.
This page displays a form, processes the form for validation and THEN needs to go to another page on a different domain. SIMPLE to do in ASP - but, so far, impossible in PHP.
Is there something I'm missing here?
Thanks.