Try giving the form a name?

I normally use something like...

<FORM NAME="myform" METHOD="post" ACTION="<?=$PHP_SELF?>">

Any it works in NS 4+

SL

----- Original Message -----
From: "Quentin Gillet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 19, 2001 10:06 AM
Subject: RE: [PHP] problems with a netscape post


> I have the same problem, I'm curious to hear what people say about
this....
>
> -----Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Envoyé : dimanche 19 août 2001 16:34
> À : [EMAIL PROTECTED]
> Objet : [PHP] problems with a netscape post
>
>
> Hi,
>
> I am trying to post some form data to a php page that then updates a
> mysql database and echos back to the browser that the data has been
> inputted. Here is the general form of my post;-
>
> <form action="blah.php3" method="post">
>
> .. form widgets here .....
>
> <input type="submit" value="blahblah">
> </form>
>
> this works perfectly with IE and opera, but with netscape 4.* it
> either takes ages for the event to transpire or times out.  I am not
> trying to post any files ect, just text field data, 1k max, anyone
> have any ideas what is going wrong?
>
> thanks
>
>
> --
> 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]
>


-- 
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]

Reply via email to