I've a class project that I am working on that I would like to add database functionality. My PHP skills are less than par and my deadline is short. I have a database I used elsewhere that I would like to use again but I ran into an issue. I have the HTML done for the site but have no idea how to use my DB with it. The old one ran from index.php and my new page is in html.Is it possible to grab the old file and use it inside my html like with MVC views or just add it to the page itself? I don't mind doing the research but I am not really sure what I am looking for.
-Thanks.