School Fees Payment System

Language

Yesterday I saw a project :Automated Billing System which submitted by user name loading. When I read and saw the project then I thought I can convert this project into School Fee Payment system and I am feeling happy that I did it. *Beautiful login system. *Add New Student , View Student , Edit student and Delete Student. *Add Class , View Class, Edit or Update Class and Delete Class. *Add , view and edit Monthly Fees in Class Wise. *Add Admission fee, view and edit in student in cwise. *Add Student Security amount, view and edit class wise. *Generate Fee or monthly bill *View the Report of Student who deposit the fees *Delete and Print the Report or print receipt monthly wise. *View student detail Report and Print it. username: waqas password: waqas

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

Submitted byfrankblazeon Wed, 05/20/2015 - 19:01

I downloaded the zip file but it required a password to unzip....Please what is the password to extract the files out?
Submitted byJulie An Dinsay (not verified)on Tue, 06/23/2015 - 15:35

Can u help me to my codes
Submitted byMohisn (not verified)on Fri, 04/07/2017 - 15:45

After Enter the password. Please guide me. Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\xampp\htdocs\ABS\login.php:2 Stack trace: #0 {main} thrown in C:\xampp\htdocs\ABS\login.php on line 2
Submitted bySyeda Maryam (not verified)on Fri, 07/14/2017 - 22:53

In reply to by Mohisn (not verified)

you may have php version 7.1... in the latest version of php does not have mysql_connect it was in the older version of php in latest it has mysqli_connect. solution: change mysql_connect to mysqli_connect or downgrade you php to version 5 alternatively you can solve this problem with PDO

Add new comment