kraftomatic
04-21-2004, 05:23 PM
Hey All,
I have a project and I'm not sure what the best way is to tackle it. I was hoping for some advice.
I have a form with approximately 20-25 field values - text, numbers, date fields, drop downs, etc. etc.
When this form is filled out and submitted, I am planning on sending it to a mySQL db to store the values, as there will end up being 100-1000 of these forms filled out.
What I need is all the data from the filled out forms in a particular day (for example) to be spit out into a comma delimited, text file, that can later be imported into another foreign db/app. I don't have to worry about that app - just getting the records into a CSV/Text file.
What do you guys think would be the best way to go after this? My idea seems a bit messy, in that I would have a page where the user would specify three fields:
1) Start Date (range to capture the data)
2) End Date
3) File Name (where "x" number of records will be written).
I'm not exactly sure the best way to actually write out this text file, so that's a bit of a question mark. I'm also not sure if this is the best solution.
Any thoughts and suggestions would be appreciated.
Thanks.
I have a project and I'm not sure what the best way is to tackle it. I was hoping for some advice.
I have a form with approximately 20-25 field values - text, numbers, date fields, drop downs, etc. etc.
When this form is filled out and submitted, I am planning on sending it to a mySQL db to store the values, as there will end up being 100-1000 of these forms filled out.
What I need is all the data from the filled out forms in a particular day (for example) to be spit out into a comma delimited, text file, that can later be imported into another foreign db/app. I don't have to worry about that app - just getting the records into a CSV/Text file.
What do you guys think would be the best way to go after this? My idea seems a bit messy, in that I would have a page where the user would specify three fields:
1) Start Date (range to capture the data)
2) End Date
3) File Name (where "x" number of records will be written).
I'm not exactly sure the best way to actually write out this text file, so that's a bit of a question mark. I'm also not sure if this is the best solution.
Any thoughts and suggestions would be appreciated.
Thanks.