I have a form that allows a client to enter their name, I want the processing script to create a file using their chosen code name. For example
it will post to process.php?client=$namegiven
and then it will create namegiven.txt
Does anyone have the source to create a file?