Connect to a MySQL database
Posted by Hussain, under Database, MySQL, PHPTo connect to a MySQL database to make the data from the database available in your Web application, you can do two things:
1. create a connect.php page, and ‘include’ this page in the PHP page(s) where you need the connection to the database. Continue reading...


