Web Based Grading System for High School using PHP and MySQL Database schema tblschoolyear (id, schoolyear) tblyearlevel (id, yearlevel, description) tblsubjects (id, subjectname, description, yearlevelid) tblstudent (id, lname, fname, mname, contact, address, username, password) tblclass (id, classname, schoolyearid, yearlevelid) tblstudentclass…
Category: PHP
Web Based Filing Management System Free Download Source code
Web Based Filing Management System Database Schema tblSemester (id, semester) tblSchoolYear (id, schoolyear, ) tblFaculty (id, facultyid, lname, fname, mname, address, contact, username, password) tblFileCategory (id, categoryname, description, deadline) Deliverables tblFilesSubmitted (id, filename, categoryid, description, facultyid, semesterid, schoolyearid, uploadedFiles, dateUploaded,…
Web Based Dynamic Voting System Free Download Source code
Web Based Dynamic voting system free download source code System Features monitoring of voted and non voted students user accounts and user groups and privileges student list, import list from excel or csv file, password generator for students and print…
Web Based Math Learning App in PHP, MySQL and Bootstrap
Web Based Math Learning App in PHP, MySQL and Bootstrap Installation Procedure First upload the mathlearning folder to your C:\xampp\htdocs Open the Xampp Control Panel Start the Apache and MySQL Modules. Kill the process of Skype to prevent conflict with…
Hotel Reservation and Billing System With Android App
Hotel Reservation and Billing System With Android App Front End Display the following: Company Profile Policies Location, Address Contact Details Services Offered Facilities: Room Rates (allow users to register and reserve the room for a specified dates and view the…
PHP Simple Scripts for Beginners
PHP Snippets Free Download PHP Simple Scripts for Beginners the package includes the following codes basicmathcalculator.php browserdetector.php calculatesumofcolumn.php countnumberofcharacters.php displaydatetime.php displaylistofdatabaseinmysqlserver.php emailvalidation.php feettometer.php
Online Grading with Grade Viewing System in PHP MySQL Free Download Source code
Online Grading System and Grade Viewing System Administrator account Encode/update/delete subjects info (id, subjectname) Encode/update/delete class info Ex: BSIT 3-A (id, classname, sem) Encode/update/delete student (id, studentname) Student subject (id, studentid, subjected, classid) Ex: Juan Dela Cruz – BSIT 3-A…
Feet to meter converter in PHP
Feet to meter converter in PHP Sample script in PHP that will convert feet to meter.
Get the filesize and file extension of a file in PHP
Get the filesize and file extension of a file in PHP PHP script that will get the file size and file extension of the uploaded file.
Display Date and Time in PHP
Display Date and Time in PHP PHP script that will display the current date and time of the local computer.