PHP

Patients With Doctors Recorder

Submitted by killerzone on
Title: Patients With Doctors Recorder Language : PHP,ajax,javascript Tags: PHP Ajax Javascript Jquery Features: Management Add patient and Doctor Update patient and Doctor Delete patient and Doctor Search patient and Doctor System Requirements: Xampp 1.7.3 or below Chrome,Firefox,Opera. etc. How to Install? Download the following files by clicking download below Extract the zip files to htdocs

Justine’s Guest House Online Reservation System

Submitted by joken on
This is a complete sourcecode for Online Hotel Reservation System is created using PHP/MySQL that allows the guest to view room with equivalent rates whether a room is available or not. The system also can be used for easy storing and retrieval of information of guest and their transactions. And this system also integrated in the booking of hotel rooms. And the admin side of this system has the

JKUAT Unit Registration System

Submitted by theadmiraleliud on
This is a JKAUT unit registration online system online whose main aim is to standardize the process of capturing, storing and retrieval of student records. Those records are then made available at any other site that has subscribed to the framework. It is also aimed at enabling the faculty and records managers keep track of student records regardless of the university they attend and to enable

Student Information System (Mini Project)

Submitted by muskaan.sahu.3 on
Project Introduction: For every colleges important task for administration department is to manage student information details in a procedure oriented manner with latest updates for every year which need to be available for easy access. In order to provide this service we designed a simple Students information management system project which has various modules which is helpful for administration

Goods Transport Management System

Submitted by waqasyaqoob on
Goods Transport Management System is a web based application. This system helps to manage the Goods/Cargo Transport business. It provides the functionality to enter shipment information, enter loading detail, enter unloading detail, and the delivery information. It stores the information of containers to load the cargo and also keeps container off load details. FULL DOCUMENTATION ,PRESENTATION and

Grade Inquiry with subject Evaluation system

Submitted by jkev on
Online grade inquiry with subject evaluation system written using PHP/MySQL. The features of this system are as following: - add, edit, delete subject - add, edit , delete subject - add ,edit , delete course - add , edit , delete students - add image for students - view grades online - add, edit grade with corresponding equivalent - generate reports for grades - evaluate your next subject to be

Change Table Row Background Color When Qty Below 10 Using PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to change table row background color when the qty is bellow 10. I use 10 as a default minimum value of qty, you can change it to any number if you want. This tutorial is helpful for thus creating a system that involves products. This is useful because it provides a legend or a prom the certain product is bellow the minimum qty. The admin can easily identify which product need to be order by the use of this feature.

Save XML file from database record using PHP and MySQL

Submitted by ronard on
Hi to all sourcecodesterian, In last tutorial, we preview the XML tags to the browser. Now we are going to save the XML file to the directory which is "xmlBackup/". We make it in just clicking the Save XML link below the table. Then the script will save it directly to the said path above. How it will help you guys. Thank you for reading... Happy codings...

PHP RegEx: Meta Character class

Submitted by ronard on
We already seen the caret(^) as match the the beginning of string and (\z) match at the end of string that what they do. Now we are going to look with the others with beggining of bracket []. These Meta character are specifying a character class. What does the character class? This is a set of character that you want to match the string. They can listed individually like [abcdf] or a range [a-f]