This was a small job that involved building a HTML/CSS Landing Page with a form for a user to fill out. The form uses my own custom PHP validation code to make sure the form is filled out correctly making use of Regular Expressions to check for things like typing in the right amount of words, using numbers in the right spots, special formatted telephone numbers, and of course email validation. Once the form is submitted the user is emailed unique data then the host and Admins are emailed data about the new signed up user. All the user information, including the form data, timestamps, and IP are also saved to a MySQL database.
↧