Let's get this website started
Sunday, November 28, 2010
Now that I have decided on a layout, its time to add some functionality.
First up is a contact form. Comments are validated and saved to the database
using jQuery validation and ajax calls that access a MySQL data layer (OO PHP).
The success / failure message is displayed based on the contents of mysql_error().
