hi there!
I have a file.txt looks like this:
Michael
001
Yeeka
002
Sam
003
Tom
004
Michael is the member name, while 001 is the ID number.
How can I write a coding to validate that whether user has type in the correct name and ID that is inside the file.txt?
such as, I have a coding that ask user to enter name and ID.
if user type "Michael" and "001", how can I have a coding that can validate user is a member?
please help!
thanks a lot!