I have 3 forms with only one textarea and a submit button on each. I also have another page with three table cells. I have setup the page to populate each cell with whatever is included in my include files (option(1,2,3).inc). That is working perfectly, but now I need the forms to change the contents of each include file.

sorry if this is confusing. Please help.

The real question is how would I make whatever is typed into a textarea to change the contents of a file called option1.inc ? I'm a little lost here. Thanks.