Event Tabulation in PHP MySQL Free Source code TECHNICAL BACKGROUND This chapter the researchers background Study for the System Event Tabulation in PHP MySQL that runs on android devices such as tablet, smartphone etc. The application contains different event and…
Category: PHP
Donation Information System in PHP and MySQL Free Source code
Donation Information System in PHP and MySQL Free Source code Waterfall approach was first SDLC Model to be used widely in Software Engineering to ensure success of the project. It illustrates the software development process in a linear sequential flow.…
Dynamic Voting System in PHP and MySQL Free Source code
Dynamic Voting System in PHP and MySQL Free Source code TECHNICAL BACKGROUND The system entitled “Dynamic Voting System in PHP and MySQL” is a platform that can be used both offline and online since the development tools for this project…
Elearning System for Filipino Subject using PHP and MySQL
Elearning System for Filipino Subject using PHP and MySQL Database schema tbllogin(id, username, password, email, accounttype(admin,student)) tblstudent(id, firstname, middlename, lastname, loginid) tbllesson(id, topicname, yunit(yunit1, yunit2, yunit3, yunit4), contents, pdf) tblquiz(id, lessonid, question, answer1, answer2, answer3, correctanswer,) tblscore(id, tblquizid, score, numofitems,…
Web Based Barangay Management System User’s Manual
Web Based Barangay Management System User’s Manual This is the step by step tutorial on how to use the web based barangay management system. The project can be accessed by three users the administrator/staff, residents and the zone leader. Administrator/Staff…
Math Learning App in PHP and MySQL Free Download Source code
Math Learning App in PHP and MySQL Free Download Source code The package includes the step by step tutorial on how to install and setup the project and the source code of the project. System Features: Dashboard – dashboard or…
Web and Mobile Based COMMON AILMENT REMEDIES
Web and Mobile Based COMMON AILMENT REMEDIES Database Schema tblAdmin (id, username, password, fullname) tblStudentAccount (id, studin, lname, mname, fname, course, username, password) tblAilments (id, ailmentname, description) tblHerbal (id, herbalname, herbinfo, scientificname, localname, medicinalusage, howtouse, dosage, caution, ailmentid)
Grading System with Online Grade Viewing in PHP and MySQL Source code
Grading System with Online Grade Viewing in PHP and MySQL Source code Database Schema (database design) class (id, course, year, section, sem, teacher, subject) log (id, date, activity) student (id, studid, fname, lname) studentsubject (id, studid, classid, att1, att2, att3,…
Web and Mobile Based Entrance Examination with SMS Notification using PHP, MySQL and Bootstrap Free Download Source code
Web and Mobile Based Entrance Examination with SMS Notification Features of the System Guidance Counselor or Administrator * Manage Questions (multiple choice – 4 choices) * Manage Question Category (Math, General Info, Etc) * Manage Student Registration (id, name, address,…
Web Based Library System in PHP, MySQL Free Download Source code
Database Schema tblbook (id, isbn, bookTitle, bauthors, category, publisher, copyrightyear, bsection(circulation, reserved), noOfCopies, dateReceived, dateEncoded, encodedBy) tblcategory (id, categoryName, description) tblborrower (id, fname, mname, lname, contact, category (student, teacher,) courseid, image) tblcourse (id, coursecode, coursename) tblborrowedbook (id, bookid, borrowerid, dateborrowed,…