I have a form with title, author, h1, h2, etc everything you need to write an article. I then insert that into a textarea with the correct html. I then want to copy that text into a new txt file. how is this done? can it be done using fwrite() and if the file doesnt exist a new one is created? Anyways, thanks, cya in the morning

Comment