How do I use PHP to connect to MySQL?
To merely display the information in your database without the use of a form to call a php script you simply create your HTML document as you would any other web page but instead of the extension of .htm or .html you need to name the file with the extension .php. Then within the document itself the section that you’d like to be the PHP code, you begin it with .