Hi All
Working on a form to add users details to the mailing list table in the DB and I want to validate the email address is in the correct format first.
Whats the best way to do this.
I am using PHP and MySQL db. All the examples I have found dont seem to allow me to have a second page that does the proccessing.
I.e I want the user to fill in the form on the home page but the form should post the details to another page for proccessing.
Thanks in advance
Aaron
Working on a form to add users details to the mailing list table in the DB and I want to validate the email address is in the correct format first.
Whats the best way to do this.
I am using PHP and MySQL db. All the examples I have found dont seem to allow me to have a second page that does the proccessing.
I.e I want the user to fill in the form on the home page but the form should post the details to another page for proccessing.
Thanks in advance
Aaron