Re: [PHP] problems with a netscape post

2001-08-20 Thread rpruitt

I don't believe that can be it. I have forms working under Netscape 4+ all day
with no problems, all unnamed. I would bet it's an html issue related to the
editor you're using to create the forms. I'd like to see the html that fails.

Steve Lawson wrote:

 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]




-- 
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] problems with a netscape post

2001-08-19 Thread P

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]




RE: [PHP] problems with a netscape post

2001-08-19 Thread Quentin Gillet

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]




Re: [PHP] problems with a netscape post

2001-08-19 Thread Steve Lawson

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]