I'm in the process of creating a website, and I want to add in a news feed to the home page that certain people (Administrators on the site) would be able to post to. The way I plan on making it is to program the script to create a new SQL table in a certain database for each post, which would contain the columns title, content, author, and timestamp. The page would then call on the database to display the information. Will this work? If so, how do I make it so that it displays the information on the home page (with each table getting its own section)?