Re: [PHP] PHP and FORM

2004-10-09 Thread Greg Donald
On Sat, 9 Oct 2004 08:41:38 -0400, php mysql <[EMAIL PROTECTED]> wrote: > I'm writing form using PHP and HTML. The form is submited only if user > clicks on submit button. However, it's not possible to submit form > when I press "enter". Is it possible to submit form pressing on > enter? If so how

[PHP] PHP and FORM

2004-10-09 Thread php mysql
I'm writing form using PHP and HTML. The form is submited only if user clicks on submit button. However, it's not possible to submit form when I press "enter". Is it possible to submit form pressing on enter? If so how? TH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] php and form mails

2002-03-04 Thread Martin Towell
value="male">male value="female">female -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 4:21 PM To: [EMAIL PROTECTED] Subject: [PHP] php and form mails I have this simple formmail written out in PHP, and it

[PHP] php and form mails

2002-03-04 Thread [EMAIL PROTECTED]
I have this simple formmail written out in PHP, and it checks for required fields before sending out the email. If there is an empty required field, it shows the form again, but with the fields filled out (if any). A coding example for a filled-out input field: or even as a pulldown menu: