I would like to make a database... What I would like for it to do is list about 4 different things, per each thing I enter. For example, I would like it to show the following on the website: Name Email State Country I will enter the exact values for them. How would I be able to create a database like that, and also a backend where I only have to enter the information and hit submit? Is there already a script out there that I can use? THANKS!
But whats the code for it to get showed up? Do I just make the table names and then use the code for it to show up on the website?
phpmyadmin is already pre-installed and available from most hosts and can be access from your control panel like cpanel etc. creating the database is just on step though. you need a bit of PHP and SQL knowledge to create the script that will add/edit the entries in this table. There are many basic tutorials that can get you started. After you have acquired the basic knowledge of PHP, you can post request for further help