Please bare with me, I am not a programmer and a newbie at coding.
I am trying to develop a way to track how many users click back from my emails to my website. I am able to created a simple MySQL database.
Here is what I want to do, please let me know if this is easily feasible. In my database, I will have these fields. email (primary), name, country, status, date. I am using a simple php script to let users add and delete themselves into the database. Users would fill in email, name, country and the database will suto fill in status and date. Here is the tricky part which I don't know how to implement. Could I make it so that upon signing up, the status field in my database automatically inserts a 0 (0 = indicating that user sign up). Putting a link in my email/newsletters with a tag code in it (sorry about the novice language, I am not a programmer) so that once the user clicks to come back to my site, the database "status" field changes from 0 to 1. Now, when I look at the database, I will know how many users actually clicked back to my site from my emails. Hope this makes sense. I am able to develop a simple database in MySQL and use simple php codes to let users sign up and unsubscribe from my list. I don't know how to implement the status field of 0 & 1 (either in MySQL or using the php code to change the status or put a tag in my emails so I can track users). Also, would it also be easy to make the counter go higher than 1 if the user went back to that email and clicked on it the 2nd time? Can you help? Any asistance would be greatly appreciated!
Sincerely,
Bowmah