So, the program will be like this:
There is a menu that called "REGISTER" and we input the member id there (then it is stored to SQL database).
Then there is a menu that called "HISTORY" to view what is the member history (it could be purchase items, etc).
My questions is, How to check their history with just the user input his/her member id on the HISTORY menu and then the result shows it based from that input?
Thanks

