Posted by iuz on 06/03/05 19:03
Dave wrote:
>
>>> thanks.php
>>>
>>> <SCRIPT LANGUAGE="php">
>>
>> ??? use.. '<?php'
>>
>>> $email = $HTTP_POST_VARS[email];
>>> $mailto = xxx@xxx.com;
>>> $mailsubj = "Form submission";
>>> $mailhead = "From: $email\n";
>>> reset ($HTTP_POST_VARS);
[..]
>
> Didn't work. Anyone else?
[self quoting]
[quoting http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html]
10.4.6 405 Method Not Allowed
The method specified in the Request-Line is not allowed for the resource
identified by the Request-URI. The response MUST include an Allow header
containing a list of valid methods for the requested resource.
[/quoting http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html]
[/self quoting]
--
www.iuz-lab.info
[Back to original message]
|