>And finally, for those of you who are dying to know the answer to why I
>can't use the header().  It's the 3rd party coding that contain the code,
>
>--snip--
>if(headers_sent())
>    $this->Error(' **** ');
>--snip--

Why not delete that part of the 3rd party code then? Or send your Location
header before you call it? Curl won't help you here, for the same reasons
that fsockopen won't work.

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

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

Reply via email to