just cerated a form - works fine. Now I need to connect the form with a mysql database. Can I edit the existing form in the phpFormGenerator
or do i have to make the form new?
Thx - CB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From your perspective it's probably easier if you start from scratch but if you insist on using what you have created I can probably help you add the nessesary stuff to your process.php file.
Be warned that doing it this way requires that you manually setup the MySQL database. If you start from scratch, the generator creates the db and makes all the required changes to the process.php file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
just cerated a form - works fine. Now I need to connect the form with a mysql database. Can I edit the existing form in the phpFormGenerator
or do i have to make the form new?
Thx - CB
From your perspective it's probably easier if you start from scratch but if you insist on using what you have created I can probably help you add the nessesary stuff to your process.php file.
Be warned that doing it this way requires that you manually setup the MySQL database. If you start from scratch, the generator creates the db and makes all the required changes to the process.php file.