Thanks Wilku, a content management system is definitaly along the lines of what I'd like to create, found some pretty decent tutorials out there.
The only problem is that all of the CMS tutorials I've seen are pretty advanced and mine (at least version 1.0) will be so much more simple that I can't seem to find a version that works.
For example, I'm not even planning on using a database to store the news stories, I'd just like to pass the data right through to a table in my homepage. This means the user won't be able to edit/view old stories, but again version 1.0 doesn't require that capability.
I wrote some code that sent data from a textbox into another blank html page, worked great...but now I need to find out how to enter this data into a specific table in that page, even a specific cell. Can I do that based on the table ID?
Based on those requirements do I really need to use a database, or can I just print the data right into another page?