kimeee Posted June 8, 2006 Share Posted June 8, 2006 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? Quote Link to comment https://forums.phpfreaks.com/topic/11497-posting-values-back-to-csv-file/ Share on other sites More sharing options...
litebearer Posted June 8, 2006 Share Posted June 8, 2006 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... Quote Link to comment https://forums.phpfreaks.com/topic/11497-posting-values-back-to-csv-file/#findComment-43337 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.