diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..0c01492 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "", + "\\class" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/fee-collection-system/v16/.suo b/.vs/fee-collection-system/v16/.suo new file mode 100644 index 0000000..b47af16 Binary files /dev/null and b/.vs/fee-collection-system/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..4e597f9 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/bulkupdatestd.php b/bulkupdatestd.php index 0d1037b..c640ffe 100644 --- a/bulkupdatestd.php +++ b/bulkupdatestd.php @@ -5,8 +5,7 @@ -Islamic Public School Fee System - +
diff --git a/class/db.php b/class/db.php new file mode 100644 index 0000000..a4d7bd1 --- /dev/null +++ b/class/db.php @@ -0,0 +1,9 @@ +class db{ + $con = mysqli_connect("localhost","root","","iphs"); + if(!$con){ + echo "Unable to Connect". mysqli_error(); + } + else { + return $con; + } +} \ No newline at end of file diff --git a/createslips.php b/createslips.php index aaf9857..6836762 100644 --- a/createslips.php +++ b/createslips.php @@ -5,8 +5,7 @@ -Islamic Public School Fee System - +
@@ -29,7 +28,7 @@ -Islamic Public School Fee System - +
@@ -18,7 +17,7 @@ if ($_POST["submit"]=='Update'){ -$con = mysqli_connect("localhost","root","root","iphs"); +$con = mysqli_connect("localhost","root","","iphs"); if(!$con){echo "Unable to Connect". mysqli_error();} diff --git a/header.php b/header.php new file mode 100644 index 0000000..06c3a9e --- /dev/null +++ b/header.php @@ -0,0 +1,2 @@ +Fee System + \ No newline at end of file diff --git a/index.php b/index.php index 514dc28..2827989 100644 --- a/index.php +++ b/index.php @@ -5,8 +5,7 @@ -Islamic Public School Fee System - +
diff --git a/newfaimly.php b/newfaimly.php index b4312cf..2053f2c 100644 --- a/newfaimly.php +++ b/newfaimly.php @@ -5,8 +5,7 @@ -Islamic Public School Fee System - +
@@ -33,7 +32,7 @@ -Islamic Public School Fee System - +
@@ -22,23 +21,24 @@ - Class + Class - + + @@ -99,7 +99,7 @@ -Islamic Public School Fee System - +
@@ -31,7 +30,7 @@ if(isset($_POST["submit"]) || isset($_GET["slip"])){ -$con = mysqli_connect("localhost","root","root","iphs"); +$con = mysqli_connect("localhost","root","","iphs"); if(!$con){echo "Unable to Connect". mysqli_error();} if($submit='View'){ @@ -94,7 +93,7 @@ echo ""; } if(isset($_POST["submit"])){ -$con = mysqli_connect("localhost","root","root","iphs"); +$con = mysqli_connect("localhost","root","","iphs"); if(!$con){echo "Unable to Connect". mysqli_error();} if (isset($_POST["amount"])) { diff --git a/printslips.php b/printslips.php index a0e7037..25d0e08 100644 --- a/printslips.php +++ b/printslips.php @@ -5,14 +5,14 @@ -Islamic Public School Fee System -"; } else { echo "";}?> + +"; } ?>
-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Building Fund

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Bus Charges

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Examination Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Generator Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Medical Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Recreation Fund

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update All Students Tuition Fee

-Islamic Public School Fee System - +
diff --git a/updatebyclass.php b/updatebyclass.php index 4771828..1cb47d8 100644 --- a/updatebyclass.php +++ b/updatebyclass.php @@ -5,9 +5,7 @@ -Islamic Public School Fee System - - +
Home - Update Bulk Students - Update by Class diff --git a/updatebyfamily.php b/updatebyfamily.php index acdb048..231cba5 100644 --- a/updatebyfamily.php +++ b/updatebyfamily.php @@ -5,8 +5,7 @@ -Islamic Public School Fee System - +
diff --git a/updateclassbuilding.php b/updateclassbuilding.php index df2ddeb..facbd18 100644 --- a/updateclassbuilding.php +++ b/updateclassbuilding.php @@ -5,8 +5,7 @@ -Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Building Fund

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Bus Charges

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Examination Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Generator Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Medical Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Recreation Fund

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Class Tuition Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Building Fund

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Bus Charges

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Examination Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Generator Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Medical Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Recreation Fund

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

Update Family Tuition Fee

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

View Payments by Family Number

-Islamic Public School Fee System - +
@@ -15,7 +14,7 @@

View Student Data