Ok I'm trying to make a page the will import the text from a text file (news.txt) and put it into a text area. Once the text is edited the user clicks save and it will then save the text file. How can this be done?
all i know is that if i did
$blah = readfile("news.txt");
it will get the file text. but then how do i go about putting it into a text area and the save button?
