PHP

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

OOP PHP CRUD Operation Using MySQLi - Part 2

Submitted by razormist on
In this tutorial, we will deal with OOP PHP CRUD functions, in my previous tutorial we created a simple application that can create and read data from the database and display it on the HTML form at the same time. Now this time we will continue on our previous project, and we will be adding a Delete and Update function. Before we continue I hope that you read OOP PHP CRUD Operation Using MySQLi - Part 1 so that you have an idea how this tutorial will be going.

OOP PHP CRUD Operation Using MySQLi - Part 1

Submitted by razormist on
In this tutorial, we will tackle about Object Oriented Programming PHP CRUD using MySQLi as a database server. Object Oriented Programming is an organize structured that consist of different functions inside a class. It is mostly used by an advanced programmer because for them this is some what a new challenge for their programming carreer.

OOP PHP Registration and Login - Part 2

Submitted by razormist on
In this tutorial we will create a simple login form in an Object Oriented Programming(OOP). In my last tutorial I created a registration form operated by using PHP functions, but this time we will continue on for what we left behind. Before we proceed make sure you have read my previous tutorial OOP PHP Registration and Login - Part 1, because I will still using that, and I will add some new stuff to make this simple program complete.

Simple Drag and Drop Image Upload with MySQLi

Submitted by razormist on
The Simple Drag and Drop Image Upload with MySQLi was develop by using MySQLi/jQuery. This simple source code uses jQuery function to process the image when being dragged and dropped into the drop zone. The given source code can teach you on how to drag and drop a simple image to an advanced approach. It is an user friendly kind of source code, feel free to modify it and use it to your project

Dependent Select Option With MySQLi Using jQuery/PHP

Submitted by razormist on
The Dependent select option was build using jQuery / PHP. This simple source code will show you how to create a dependent select option driven by MySQLi database server. The select option is automatically generate whenever the user choose from the first selection. It retrieve the data within the database to display the result based on the selected value. This is the sample code Sourcecodester