I have created a Form to input data. I want to connect/communicate this Form with the database to upload the data in the database. I created the database with the table. I exported the sql query with the sql file extension. I created a config.php file.
1. Now what do I have to do to make this connection?
2. Do I have to insert any file in the Form Properties. Under Action?
3. Do I have to upload the sql file and config file in the root directory?
4. Do I have to upload any other file?
The form is located here: http://www.cea-ca.com/xyz.php
The Website address is: http://www.cea-ca.com/
The data comes to me via email but I want to register this data in the database.
Thanks.
1. Now what do I have to do to make this connection?
2. Do I have to insert any file in the Form Properties. Under Action?
3. Do I have to upload the sql file and config file in the root directory?
4. Do I have to upload any other file?
The form is located here: http://www.cea-ca.com/xyz.php
The Website address is: http://www.cea-ca.com/
The data comes to me via email but I want to register this data in the database.
Thanks.
Comment