Hey i was wondering if it would be possible to have this as a security measure.
I am in the middle of creating an admin page for my website.
I want them to register though.
However to register, in one of the fields they must provide a secret number which is stored in a text file or something say 123. If it enter a number and it doesn't match the number in the text file then their registration is invalid.
Is this possible?
Thanks.