StudentTranscript Processing System in PHP with MySQL
The
Student Transcript Processing System is a complete system created using
PHP/MYSQL and a Twitter Bootstrap Framework. This system has an
administrator side has a data entry for student, courses, Grade level,
Faculty, Department and Rooms. The system also has an import and export
information of student in student module and import for Course and Grade
level module. The Student Transcript is generated by semester under the
Sudent Enrollment Records. The admin side of this system can enroll
subjects for students and assign the subject loads in each instructor or
Faculty. The faculty is able to add grades for each student. And all
the subject scheduled can be seen under class module. The User
Management System is also available in this system.
I have also included the sample excel file for import of student, Course or Subjects and Grade Level you can find this file inside the folder named “for import”.
You can log on to system for admin side using this account:
Username: joken@yahoo.com
Password: 1234
For student side you can use the ID number of students during the registration for Username and the Password is 1234 as default.
To install the system, extract the downloaded file and paste it inside the document root. Then create a database in your Phpmyadmin named “studenttransdb”. Next import the database found inside the main folder named “studentTrans”.
I have also included the sample excel file for import of student, Course or Subjects and Grade Level you can find this file inside the folder named “for import”.
You can log on to system for admin side using this account:
Username: joken@yahoo.com
Password: 1234
For student side you can use the ID number of students during the registration for Username and the Password is 1234 as default.
To install the system, extract the downloaded file and paste it inside the document root. Then create a database in your Phpmyadmin named “studenttransdb”. Next import the database found inside the main folder named “studentTrans”.
10 comments:
may i use this for my own institution like training centre ?
Thanks for these source code but i couldnt use it after copying it to my www folder in my WAMP and import my database to my sql. Each time i try to log in it giving me these error message "Warning: require_once(C:/wamp/www/\studentTrans\includes\config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\StudentTranscript Processing System in PHP with MySQL\includes\initialize.php on line 21
Fatal error: require_once() [function.require]: Failed opening required 'C:/wamp/www/\studentTrans\includes\config.php' (include_path='.;C:\php5\pear') in C:\wamp\www\StudentTranscript Processing System in PHP with MySQL\includes\initialize.php on line 21"
Warning: require_once(C:/wamp/www/\studentTrans\includes\config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\StudentTranscript Processing System in PHP with MySQL\includes\initialize.php on line 21
Please the username and password is not working
Give the name of folder in root directory as "studentTrans" instead of any other user preferred name
sir how can i fix the problem in when i try to load the index.php, the problem is require_once(C:/wamp/www/\studentTrans\includes\config.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\StudentTranscript Processing System in PHP with MySQL\includes\initialize.php on line 21
Fatal error: require_once() [function.require]: Failed opening required 'C:/wamp/www/\studentTrans\includes\config.php' (include_path='.;C:\php5\pear') in C:\wamp\www\StudentTranscript Processing System in PHP with MySQL\includes\initialize.php on line 21"
plz send your url how to run this project i will try http://localhost/studentTrans/admin.php it not open
Warning: require_once(/Applications/XAMPP/xamppfiles/htdocs/studentTrans/includes/config.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/StudentTranscript Processing System in PHP with MySQL/includes/initialize.php on line 21
Fatal error: require_once(): Failed opening required '/Applications/XAMPP/xamppfiles/htdocs/studentTrans/includes/config.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/StudentTranscript Processing System in PHP with MySQL/includes/initialize.php on line 21
It may be late, but I search for this source code to use for my project this year ... .How to fix the error . require_once("initialize.php"); pls change all requirerequire_once to this and it will work . ... Visit excellentloaded.com for more debugging
Post a Comment