The brief-
Iam stuck at a situation im my D.B project.
The following is the complete description.-
Input ->Enter a range of USN( University Seat Number- An unique roll number for the students). eg.4cb08cs001 to 4cb08cs050 (50 students)
Output->The USN along with a unique four(or five) character key(password) generated using the USN.
Like:
4cb08cs001: xyqwy
4cb08cs002: wertyi
..
..
4cb08cs050: yuyuu
Which wil be given to the respective students with that particular USN. So that while password check occurs during login when the student enters the given USN and password, then the entered USN will be used to generate that same key(password) to check with the entered password for authorization.
Add ons: The username and pass accepted through an html form available only for the admin.(done)
This is my first post here.And hope the description is clear .Please give any code hint to proceed. Anything will be deeply appreciated. If any new php function then please do put a tiny comment on its working, will be very helpful because i just have the basic know hows of php.