Are you trying to post a form back to the same script, which will then
process it? If so then the easiest way is just
<FORM METHOD="post" ACTION="<? echo($PHP_SELF); ?>">
On Fri, 4 May 2001, Chris Adams wrote:
> On 4 May 2001 21:48:46 -0700, Richard Kurth <[EMAIL PROTECTED]> wrote:
> > I am having problems with Netscape and post in a form
> > In I.E. post works fine but in netscape it just gives me a
> > Method Not Allowed
> > The requested method POST is not allowed for the URL /scripts/index.html.
> >
> ><form method="post" action="">
> >
> > Why is this doing this. Sometimes I just hate Netscape
>
> Presumably because the action attribute needs to have a value. Since your HTML
> is broken, Netscape is creatively misinterpreting it, as it is wont to do.
>
> Chris
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]