Ok basically what I am wanting to do is make a VERY BASIC news system for my portfolio website. So far I have the pages and that set but what I need to do is make it so when I fill out my news submit form it will add the news into a txt file. Then when someone visits my page it will pull the news from the text file and put it in a certain format that looks like: "<HR>date<P>message<HR>";. Basically I am asking for what I will need to know in order to write to a file and get text from the file. Thanks.