METHOD is an atribute of FORM tag, you don't put it in ACTION attribute...

with ACTION you tell a browser where to send data and with METHOD how to
send them, so:

<form action="script.php" method="POST">

and not

<form action="METHOD=POST">


right?


----- Original Message -----
From: "Estermann Patrick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 25, 2002 1:38 AM
Subject: [PHP-INST] The requested URL /METHOD=POST was not found on this
server.


> Hi
>
> I've installed php (dll version) on my existing apache webserver.
Everything seems to work fine except this
> painful error message : "The requested URL /METHOD=POST was not found on
this server." When I use POST or GET
> Method. Does anyone have a slight idea what the mess causes this ***
error?
>
> best thanks
> peep
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to