An easy way to get feedback on a site is to have it emailed to you. This script shows you how to create a Feedback form with the response being emailed to you using PHP.
The first thing we need is our HTML form. Keeping it simple I'll only ask for Name, Email and their Feedback. Use your browser's view source if you would like the HTML code.