I'm trying to code a site where every 10,000th visitor is prompted to enter an email which can be stored in a text file.
I have a hit counter set up where it outputs the total visitors to a text file, so is it possible to set up a script to something like
"If number =*(10,000) from visitor.txt then prompt for email save to =emails.txt"
(I have zero programing experience, thats just what i imagine it would be sorta like)
This is not for a spam site or anything, I have a real use :)