in reply to handling form data

Could you be more specific on the specs, such as the comparison that this script is supposed to do? Is it some kind of login? (There's probably several CMSs out there that would have a feature like that.)

Replies are listed 'Best First'.
Re^2: handling form data
by BatBytes (Initiate) on Aug 24, 2014 at 01:28 UTC
    User would enter email address, an id number, and a password. If all 3 match what is in the file, they would be allowed to go to the download page. Don't know how much more specific I can be.