Capturing uid or hit counter in form to a csv file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that sends data to a csv file which I then pickup in a database via a linked table. I need to get a unique ID in this form to use to link other tables. I have conteplated using a hit counter to accomplish this but cannot figure out how to capture the hit counter info in the csv file that the rest of the data is stored.

Any suggestions? Links?

Michelle
 
You can't use the hit counter, and unless you are using a database and say ASP to generate the ID, the best you can do is use the
date/time as a sort of "id"
(but it won't necessarily be unique on high traffic sites)

--




| I have a form that sends data to a csv file which I then pickup in a database via a linked table. I need to get a unique ID in
this form to use to link other tables. I have conteplated using a hit counter to accomplish this but cannot figure out how to
capture the hit counter info in the csv file that the rest of the data is stored.
|
| Any suggestions? Links?
|
| Michelle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top