Re: [PHP] OPTIONS field header handle problem

2003-10-06 Thread Chris Shiflett
--- [EMAIL PROTECTED] wrote: > How could I send response message with the header OPTIONS in PHP > instead of send it with Apache configuration? You can set HTTP response headers with the header() function: http://www.php.net/header Hope that helps. Chris = My Blog http://shiflett.org/

[PHP] OPTIONS field header handle problem

2003-10-06 Thread orlandopozo
How could I send response message with the header OPTIONS in PHP instead of send it with Apache configuration? Thanks in advanced.