[PHP] [Q] About Method Not Allowed error message

2004-02-20 Thread Michael T. Peterson
When I click the submit button (after completing a [member registration]
form), I get the following error message:

Method Not Allowed
The requested method POST is not allowed for the URL
/northwest_steelheader/members/register_new_member.html.

This used to work but, during the course of my coding, I've changed
something that now causes this error.

What does this error mean and can someone tell me what sorts of bobos elicit
it?

Cheers,

Michael

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] [Q] About Method Not Allowed error message

2004-02-20 Thread Shane Nelson

I don't think you can send a POST to a .html page.  Maybe your page
(register_new_member.html) should be .php instead?  Either that or you might
have to change your FORM METHOD=POST back to FORM METHOD=GET

Shane


Quoting Michael T. Peterson [EMAIL PROTECTED]:

 When I click the submit button (after completing a [member registration]
 form), I get the following error message:
 
 Method Not Allowed
 The requested method POST is not allowed for the URL
 /northwest_steelheader/members/register_new_member.html.
 
 This used to work but, during the course of my coding, I've changed
 something that now causes this error.
 
 What does this error mean and can someone tell me what sorts of bobos elicit
 it?
 
 Cheers,
 
 Michael
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php