Log in

View Full Version : Creating File based on Filename...



Rockonmetal
09-13-2007, 01:00 AM
I have this suggestion form... And I was wondering if it is at all efficient to do something like this:
When the user fills out the form he fills out this input:

<br><input type="text" class="input" name="SuggestionTitle" />
I was wondering if the file could be named after the value of that input... *please note there are other inputs in form...* Then the other inputs + the suggestion's title would be written to that file...
If you don't understand I'll go further into detail if you ask...

THANKS!