I currently have a simple html website and a phpBB forum. I want to create a table on the webpage that automatically updates with the latest forums post whenever the page is loaded. What would be the best way to do this with php. I am a total noob at php. I'm guessing I need to query the database for the latest post but I'm unsure of how to do it.
Thanks in advance for any help