PHP form data output to CSV with date stamp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lesdexia1
    New Member
    • Sep 2012
    • 1

    PHP form data output to CSV with date stamp

    I read through the assistance you offered to Bessie WAY back.
    I'm trying to determine the best way to collect form data into CSV. If there is a better way to add form data to a CSV file (rather than creating a new CSV file via date stamping) I'm all ears. I could also use a bit of direction in connecting my form data to the CSV file I have in my website folders located in my hosters server. is there a better way for this as well?
    Thanks a TON in advance for your help.
    Les Dexia San Francisco USA
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    Well, I didnt understand your better way question. what about opening your last file and adding data into the file, ofcourse preserving old data.

    but if it is download purpose, you better use your old way, because when downloading is finish you can delete the file using the unique name. because more than one user might try to download the file. if you use the same name it will create collision.

    Comment

    Working...