PHP

Library Book Borrowing and Returning System

Submitted by killerzone on
Library Book borrowing and returning system Requirements: -xampp 1.7.3 -browser google chrome and firefox etc.. Installation: -extract zip files to htdocs -go to phpmyadmin import directly the SQL file For more info: Email me: [email protected] add me on fb: http://www.facebook.com/jadelanga email me:[email protected]

Online Ordering System Using PHP

Submitted by Franziholic on
This Online Ordering System of Burger Shop shows the very basic online ordering system a sample online site that customers can order multiple and different burgers by selecting the "buy button" this also includes the official receipt of customer by clicking the "download receipt"(MS WORD FILE). The customer also can leave private message to the website for their concerns and can also leave

School Website with CMS

Submitted by arukumar on
This is simple school website with content management system(CMS) facilities. This application is developed using php & mysql. In CMS section we have the following functions. 1. Manage the contents of website 2. Manage the photo gallery 3. Manage the download lists 4. Manage the feedback from users and many more This is demo website to understand the CMS facilites for the beginner PHP programmer

PHP While Loop

Submitted by admin on
A While Loop can do a repetitive task that an if…then statements can’t. Just like if…then statement, it checks whether the condition is true or false. There are two different usage of While loop.

Simple Inventory System

Submitted by dadzky on
Sorry po sa inconvenience.. Nakalimutan po naming i check ang sa Database, iba pala yung na Export.. Fixed napo e2, download nlng po ninyo ulit.. Salamat ng Marami ^_^ A simple Inventory System.. Just try this one :) hope u will like it :D [note: Check the BaseDAO.php file located at app/PHP/CLASSES if there is something you want to change regarding on the connection to database] [if your database

Sort Column (Ascending and Descending) in PHP/MySQL

Submitted by jkev on
Hi guys, In this source code you will learn on how to make a query in MySQL that enables you to sort data by ascending and descending order. This code is simple yet useful to some beginners who want to learn about PHP and MySQL hope you will like this code Thank you. Database name: asc_desc.sql in db folder. Sample code: Order by: Ascending Decending FirstName LastName MiddleName Address Email

Edit Multiple Rows in MySQL with Checkbox

Submitted by jkev on
Hi guys, This code will teach you on how to create an application in PHP that edit multiple rows using checkbox as selector. The feature of this code is it edits multiple data using checkbox as selector. For more information about this code email me at [email protected]. Hope that this will help you in your future activities. Thank you.