PHP

Calculate Sum (Total) of Column in PHP

Submitted by jkev on
Hi guys, The purpose of this code is to teach you on how to calculate the values of a column using the Sum function. This is very useful if you want to create a poin of sale system in your PHP project. Hope you will like this source code, for more question about this code email me at [email protected] thank you. databasename: db folder sum.sql Sample code: Sum the Numbers in a Column Product

Computer Aided Instruction

Submitted by rhenz23 on
Computer Aided Instruction in IT Fundamentals 2! For more info. pick up my email at [email protected] or contact me 09075790118 . hope this program will help you., Features., online chat groups post and comments updatable lessons / discussions dynamic quiz that support time bounded Compiler System of HTML/Css/Javascript Typing master games

Post and Comment Script

Submitted by jkev on
Hi guys, In this code you will learn how to crate a Post and comment script which is very useful when you are developing a social networking site or any project that you want to put a Post and a comment system. Its design is from twitter bootstrap. Hope that you will like this code for more question email me at [email protected]. Thank you. Database name: post in db folder Sample code: Post

Image Upload

Submitted by jkev on
Hello guys, In this code you will learn on how to upload image using PHP/MySQL. Import the image_upload.sql into MySQL. Hope that you will like this code. If you have question about this code, email me at [email protected]. Thank you. Sample Code: Image: Upload " width="100" height="100" alt="" class="img-rounded">

Online Justice System

Submitted by josiah_ke on
Has laws and penal codes to search for offences and sentences. A system to store penal codes if one wants to know the sentences of a certain crime they can search and find login as admin to post penal codes and sentences, from the the front end one just searches for the penal codes and likely sentences this is a working progress an up to-date version of this app will be out soon.

AJAX Live Search using PHP

Submitted by jkev on
Hi guys this code will help you on how to create a Google like live search. The result of the search query will be displayed below the textbox. Also, you can customize this code by adding a link on the dropdown list and redirect it automatically to the desired page. The data in the database is display on a table in this sourcecode. This code is easy to be understood and easy to integrate in you

Delete Multiple Rows with Checkbox from MySQL

Submitted by jkev on
Hi guys this code will teach you on how to create an application in php that delete multiple data using checkbox as selector. The feature of this code is it deletes multiple data using checkbox as selector. For more information about this code just comment under this sourcecode or email me at [email protected]. Hope that this will help you in your future activities thank you. Database name

Online Membership System

Submitted by jkev on
Hi guys. This online membership script is my project in our school. In this script, you will see an awesome graphical user interface and is user friendly. To access the admin just add “/admin” in the URL. The features of this system are: Signup for the member Upload photos Add/edit/ delete function for the admin. Hope that this system will help you in your future system thank you. Database name

MD5 login

Submitted by jkev on
This code will help you on how to create a login form with md5 encryption. The feature of this code is, it has a input validation does not allow empty field and the password are being encrypted using md5. Hope that this sourcecode will help you in your future system thank you a lot. username:jkev password:jkev databasename:md5_login db folder