简体   繁体   中英

How to write inputs from Fast Secure Contact Form to MySQL Database?

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!

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 PHP page which can then save the data to a MySQL database.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM