Hello,

Alexandre Ferreira Novello wrote:
> 
> Hello guys,
> 
> I asked that before, but I will explain my problem with more details.
> 
> How can I retrieve the HTTP Response Headers using iPlanet or an
> independent SAPI function?
> 
> Does these variables could come in any $HTTP_*_VARS or $_*?

AFAIK there is no function to do that. Since your script is the one that
generates the headers, you are supposed to keep track of what headers
your script generates.


> A whole project that is already done is dependent of just this feature.

Why?

Why don't you create a replacement for the Header() function that
besides calling that function also stores the headers in a global array
variable as you need?

Regards,
Manuel Lemos

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to