Store form info into a database
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 12
- Joined: Thu Nov 02, 2023 12:16 pm
Store form info into a database
I have a Prize Order form that on submission send an email to ourselves. How do I also store that information on a database?
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Store form info into a database
Once you have your form you will need to then create your database and table in MYSQL or MYSQLI this will then need to be connected to your form. For all this to work your host/server needs to support php/apache and the extension of the page of the form must be set to .php Note you cannot view php locally as it it processed on your server you you are required to upload to see any results.
Please note it is outside of the scope of the forum to teach you this as it is understood if you wish to use the likes of databases you have a general knowledge of how to setup yourself.
Please note it is outside of the scope of the forum to teach you this as it is understood if you wish to use the likes of databases you have a general knowledge of how to setup yourself.
Re: Store form info into a database
The built-in form script also supports writing data to a MySQL database via the advanced properties.