Srudent ID Generator
Submitted by Dejene Techane on Wednesday, May 25, 2016 - 09:52.
Language
Project Title: Automatic Student ID Generating
I have developed automatic student Id generating project to help students who are developing student information system.
The scope of this project is automatically generating student identification number from database.
Prepare student profile in excel and sort in ascending order with name and then import into MySQL database. It will generate four digit automatic ID.
example: RIOT/0001/09- the last two digit indicate students admission year.
The first character represent program like regular, evening, summer etc, the remaining three characters represent college id like Institute of Technology(IOT).
Installation
1.Unzip and move to the localhost directory: var/www/
2.Go to phpMyAdmin and create database name: student then import student.sql from autoidgenerate folder.
3.Go to web-browser and invoke localhost/autoidgenerate/
4.The log in page will appear and then enter the
a)user name: deje
b)Password:deje1234
Enjoy it.
For further discussion: contact me [email protected]
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Add new comment
- Add new comment
- 577 views