hello..

just wondering how do you create a file using php?

I have a text box on a page and I want to make it when you enter something making it create a file on my website called what ever is in the text box.

For Example:

I type in 'test' in the textbox and when I click the submit button making it create the 'test' file with .txt at the end. (test.txt)

any ideas?