Jump to content

posting values back to .csv file


kimeee

Recommended Posts

I have a form <form.html> that send its values to a .csv file. Then it autoresponds <autorespond.php>a message back to sender with a link. Clicking this link <verify.php> sends an verifying email back to me.

My question. Is it possible to add another field/column to the row of data values in the .csv file for that user to mark that they clicked the verify link?
Link to comment
https://forums.phpfreaks.com/topic/11497-posting-values-back-to-csv-file/
Share on other sites

Hmmm.

Suggestion....

Already include the field when you first enter the data. place a 0 (zero) in that field. Then you can simply change the zero to 1 when the link is clicked.

[It might also help if you had a unique id field for each 'record'.]

Lite...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.