Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How hard is it to store my form data in a MySQL database and how can I then view my data?

0
Posted

How hard is it to store my form data in a MySQL database and how can I then view my data?

0

It is not hard at all. You do not need to know anything about php or mysql coding. If your web host provides you with a mysql database all you need to know is your database name, your user name and password and the database server hostname which is usually localhost. If you are unsure simply email your web host to find out this information. This is what you pay them for. If you select to store your data in a MySQL database in your project file the software will create 3 additional scripts. for A PHP script named ‘setup.php’, by running this script once you will be able to create your MySQL table, this script will be generated only if you select to create the MySQL table in step6 A PHP script named ‘table_display.php’ by displaying this script you will be able to view and navigate the records of your MySQL table. A PHP script named ‘Lib.PHP’ containing your MySQL server connection parameters.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123