Generic All Purpose PHP Contact Form Submitter

This is a generic PHP contact form. It allows you to place a contact form on your website. When users complete the form, an email will go to you and to the user who completed the form, letting them know that their form input was successful.

Read the whole story ...

Tags: contact form, itcn, php, php contact form, programming

Database Normalization And Design Techniques

One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP.

Read the whole story ...

Tags: Database, database definition, Database Normalization, design, normal form