[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: input type=TEXT

RE: [PHP] php and form mails

2002-03-04 Thread Martin Towell
, 2002 4:21 PM To: [EMAIL PROTECTED] Subject: [PHP] php and form mails 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