All you need is the database access information (mysql_host, database name, mysql_username and mysql_password); the table, as well as all table fields, are created automatically in real time. The table fields' names are created with the same names as the form fields, so that they coincide.
Through my work in web development I’ve noticed the high number of times I need to write out a contact or registration form for a client. Each time I get the form fields together and then decide how I want to process the form. This usually entails a client-side validation of certain fields (required fields, email validation, etc) and then a back-end check of those fields before processing them. This process can get pretty repetitive if you do a high volume of projects or sites needing this function. I was looking for a way to process any form I create with the same script each time and thus produced this php script. It’s a lightweight, single file form processor that has a number of options. The goal of this script is to provide a single file resource available to use over and over. For certain forms you may want to implement your own client-side validation of fields before sending them to the form processor. Let’s explore the features:
kFS features a "security code" that must be entered in order for the form to be submitted. It will enhance your server's security and prevent abuse and exploitation of your email forms by spammers and in turn prevent your server from getting blacklisted by services like AOL, MSN, etc. kFS is preprogrammed to (1) send an email to your email address and (2) send an autoresponse to the submitter of the form. kFS is FREE software released as public domain by Kara-Star, LLC.
A fast, efficient, highly configurable PHP form mailer and processor, with email validation, destination cloaking, fixed recipient settings and ip logs / bans. As the destination email addresses are never echoed to the browser, there is no opportunity for spam. As mentioned before, IPs are logged onto the end of the email, so mail being sent to you is always secure.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.