qcodesamp.com

Disclaimer

All source code available from this website in zip files is used at your own risk.

PHP Contact Form

Contact form that saves to a database. Uses PHP and SQLite (or any database supported by PDO).

For each message it saves: email address, message, IP address, user agent, date/time. Features anti-spam function.

Use login.php to login, then you will get redirected to view.php where you can see your messages. Messages can be deleted by clicking the "Delete" link.

Version: 1.2 (November 11, 2009)

Download