I am trying to make a commenting system that saves a comment to MYSQL database and retrieve it once its submitted to the HTML form. I am pretty sure there is an easy way to do that but I cannot find anything specific on the internet.
So how is the basic way to retrieve something from a MYSQL database to HTML page.