Hi -
I need to create a file on the server that is named $foo, $foo being a form field captured on form submit.
fwrite() is what I've been using to write into files that already exist on the server. Now, I need to be able to create a file and then write into that file with the same script. If the file exists, I will write into the existing file.
There was another thread in this forum that addressed the question but the answer was off topic ;-)
Thanks for assistance in advance!!
jloch