On 7/17/07, Ryan Lao <ryan@xxxxxxxxxxxxxxxxxxx> wrote:
i made a simple PHP form that would ask for the users complete name, a button that would browse to a file that the user wants to upload, a text area for additional comments, and a submit button. This form works just fine. what i want to achieve next is for my form to also create a text file when it is submitted. The text file will contain the users complete name, the filename that was being uploaded and the additional comments from the user. Can anyone give me some ideas on how to do this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Ryan, Are you trying to create individual files for each form submission, or one file that will be appended with new data upon submission? -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php