Training management system:
Hi,
I want to build a webpage in a plain HTML, JavaScript, CSS.
In this webpage, I want to build a TRAINING MANAGEMENT SYSTEM.
Requirements:
1. A form which should take the trainee's unique id and process it. If the entered trainee ID matches with any of the IDs available in the database then the values pertaining to that Trainee ID should be displayed.
2. Maintain a DataBase of the Trainees' details. Either in Excel Sheet using Excel or in MySQL.
3. The values which should be displayed are:
a. Name of the Trainee:
b. Photo of the Trainee:
c. His/her Address:
d. Phone Number:
e. Courses he/she enrolled in:
-------------------
Can anybody please help me in doing the above same. It's very urgent
Note that, I don't want to use PHP in this project.