I'm using the PHP script version (not Wordpress) of Fast Secure Contact Form: http://www.fastsecurecontactform.com/download-php-script. It works great, but I'm wondering how I would go about writing the form data to a MySQL database. For the Wordpress version, there is a Database extension, http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/, but not for the PHP script. Any thoughts on how I could write the PHP script version inputs to a database would be much appreciated!
feedback
|
|
The website link you provided has some tip sections that discuss sending the data from the form to another page: http://www.fastsecurecontactform.com/sending-data-by-query-string After entering the data in the form, you might be able to then send that data to another | |||
|
feedback
|