Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to setup mysql into 000webhost?
I am very interesting in learning how to build a website using mysql language, I have some background knowledge about html and sql language. However, I found difficult when I am trying to connect both.
I created an account with 000webhost, My website is up and running since I just use one of the free available templates from the site. I have created a mysql database with 2 columns and 2 rows as well. I want to experiment that a user must create a username and password in order to access my website.
The table which I build is there, but I have no idea how to interact with html.
Any ideas please?
Thank you so much and Happy Holidays.
3 Answers
- Jeff PLv 77 years agoFavorite Answer
You need to use a server-side language like PHP, Python, Perl, etc. to interact with the database. I've linked to a PHP tutorial that starts with the basics and works its way up to using databases. If you're unfamiliar with PHP, then you'll have to start at the beginning.
Source(s): http://w3schools.com/php/ - Greg KLv 57 years ago
If you are trying to understand how a web site works try using something like Joomla. It incorporates all the components you've mentioned and a few others. Plus it's very well documented.
Good Luck
Source(s): Experience