I want to to check if a person who comes to my site is either new or recurring and allow a download ONLY if they are new to the site. I have never programmed in php before so it is entirely new to me.
Thank You
The only way I can think of is to set a bit in the db table and once they download whatever it is, change that bit. In your login code, check the value of that column to determine if they’re new or old.