Re: [PHP] OPTIONS field header handle problem
--- [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
How could I send response message with the header OPTIONS in PHP instead of send it with Apache configuration? Thanks in advanced.