What do you need to do to make PHP and MySQL work together?
The easiest way to get started is to install XAMPP. It comes with MySQL, PHP, Apache, phpMyAdmin (for database management,) and various other tools.
To connect from PHP to MySQL database, you use...