Re: [PHP] Who knows all the Header attributes.

2003-10-14 Thread Chris Shiflett
--- Gabriel Peugnet <[EMAIL PROTECTED]> wrote: > Could some one tell me where can I find the documentation for the > Hedear() function? > > The manual does not provide it but just some examples. > > I know Header( "Location: http..." ), Header( "Expires ..." ). > > But want to know about: >

Re: [PHP] Who knows all the Header attributes.

2003-10-14 Thread Gabriel Peugnet
Mike, the site you refered me has the information I was looking for. Thank you very much. Gabriel. "Mike Migurski" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > >Could some one tell me where can I find the documentation for the > >Hedear() function? > > > >The manual does n

Re: [PHP] Who knows all the Header attributes.

2003-10-14 Thread Mike Migurski
>Could some one tell me where can I find the documentation for the >Hedear() function? > >The manual does not provide it but just some examples. Check the HTTP spec for a definitive listing: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14 -

[PHP] Who knows all the Header attributes.

2003-10-14 Thread Gabriel Peugnet
Could some one tell me where can I find the documentation for the Hedear() function? The manual does not provide it but just some examples. I know Header( "Location: http..." ), Header( "Expires ..." ). But want to know about: Content... Content-Disposition etc. Thanks. Gabriel. --