PHP

Grading System

Submitted by Hevin Siaton Ebarle on
This is just a simple grading system which allows you to record the grades of students from first grading to fourth grading. Create a database called grading_system and import the database using phpMyAdmin under table folder. Account info: Admin username: admin password: admin After you login as admin, create a user, then login as create and add a grade(s). I hope that it will help :)

Simple Date Range Search Using PHP/Ajax

Submitted by razormist on
In this tutorial we will try to create a search function based on the two date range using Ajax. Ajax is a client-side script that communicates to server without the need for a complete page refresh. By using ajax It let's your website more interactive to the user. Most of the function in facebook uses ajax, that's why it is very convenient to use. Now that we know how about ajax, let's start coding. Creating the database In creating a database we just need a program to make a database worked (wamp, xamp, etc..).

Online Catering Reservation

Submitted by umind514 on
A system created for catering services using Bootstrap and MySqli for online reservations to organize the schedule of reservations to avoid conflicts with the availability of catering, this includes the capability to generate unique reservation code for security purposes. This system will help to reduce time to generate reports and process reservations. Features: Customer View Menu Details View

Secure Registration and Login Script with PHP and MySQL using CodeIgniter and Ion Auth

Submitted by admin on
This is a secure registration and login form created using CodeIgniter and Ion Auth. I highly recommend using Ion Auth to secure the login form of your site as this is already tested and proven to prevent SQL Injection. In addition, I use Bootstrap to improve the design of the form. Here’s the instruction on how to setup CodeIgniter, Ion Auth and Bootstrap. 1. Download CodeIgniter Extract the

Simple Image Upload Using AngularJS/PHP

Submitted by razormist on
In this tutorial we will create a Simple Image Upload Using AngularJs/PHP. AngularJS is a structural framework for dynamic web apps. It is a kind of template that extends HTML to a new level of coding techniques. By using angularjs will try also to save the image through PHP server. So Let start coding!! Creating Database To create database open your local server(wamp, xamp, etc...). Then create a database and name it "db_image".

School Management ERP Software

Submitted by ajayv462 on
School Management System for best administration of school management. Username: admin Password: admin Username: staff Password: staff Username: student Password: student Features: Fees Management Attendance Management Certificate/ Notice Creation and Printing Examination & Results Class & Time Table Management School Bus/Transportation Management Financial Accounts Management Purchase and Store

Basic Forum Using Codeigniter

Submitted by abubasil on
Hi to all This is basic a forum made with Codeigniter framework. The forum is designed to work as collaborative translation forum where the admin can add categories and pages for the categories and the rest of users can only post translation for those pages (articles). I was planning to make LIKE system (rank) for the best translator but did not work on it yet. Please be kind (this time) and share