[PHP] Just learning . . . HTML Form PHP

2002-08-27 Thread April Lougheed
Dear forum: I'm trying to do several basic things with an HTML form and PHP. So far, I've gotten the form to write to a MySQL database, send email and echo the fields after the form is submitted. Next I'd just like to confirm that the fields are not blank and send a custom error message. But

Re: [PHP] Just learning . . . HTML Form PHP

2002-08-27 Thread Jason Wong
On Wednesday 28 August 2002 03:51, April Lougheed wrote: Next I'd just like to confirm that the fields are not blank and send a custom error message. But I think I'm confused about where to place the code. The two files below are the HTML and PHP files that are working. The third file