PHP

Online Public Access Catalog (OPAC)

Submitted by opac on
This Online Public Access Catalog (OPAC) intends for viewing books information and its details being search by the user .This system would provide information on the status of books availability in the library and to search for items not traditionally covered by a library card catalog.The user can only search the following fields such as: Accession Number, Title, Author, Subject, Place of

Online Schedule Inquiry System

Submitted by febe on
This Online Schedule Inquiry System is a project for the fulfillment of our subject Evaluation of Business Process. The purpose of this system is for viewing the advance schedule for the teacher, student and room.You can add, delete and update the schedule utilizing php, css and javascript. This system have two user. The admin and the user, the user can only search the schedule of teacher, room

Online Hotel Reservation System

Submitted by argie on
In this source code you can learn on how create an online reservation system with online payment. In this code you can learn also to create source code in making online payment, room inventory, add edit and delete records using php, error trapping using php and javascripts, textbox that accept numbers only, check room availability, and other feature that can be found in this complete application

Countdown Timer for Bidding System

Submitted by admin on
You can use this code if you have a bidding system. It’s a timer that will let your visitors know the time left before the bidding closes. The simple PHP script will look up the value from closing_date field of bids table then use it as the target date. The JavaScript is created by Robert Hashemian. You need to have PHP/Apache/MySQL running in your system in order to run this script. To learn more

Sending and receiving SMS in PHP using Pure AT commands in my jSMSPlugin.dll v1.1

Submitted by jaysfall on
Sample SMS Web Server v1.1 99% working in PHP using my jSMSPlugin.dll v1.1 activex (created in VB.NET) I also wanted to prove that nothing is impossible in .Net framework as long as it has sense to develop . If you got any problems please email me at [email protected] or call me @ my number 09161514777 .thank you so much. For more info please click the link below :

PHP Operators

Submitted by admin on

In every programming language, operators play an important role. It can be use in comparison statements like IF statement, loops statement like WHILE loops, assigning a value to a variable and a lot more.