PHP

Human Resource Support System

Submitted by FRankzkhiE on
This is a full system for human resource support system. It is an easy to use system. The following are the features to learn and expect in this project: 1. employee information 2. leaves: vacation and sick 3. travel order 4. contract Additional features -searching by date -printing -archive -reports Hope you learn from this.

Bank Transaction System

Submitted by mehul77970 on
This is a sample of simple bank transaction using PHP. The user or bank member has an option to deposit, withdraw and transfer funds. They has also an option to quick check they're remaining balance. This is very helpful for those who are interested and are new in PHP. Hope you learn from this. user name mehul password mehul

Parcels Management System Online

Submitted by theadmiraleliud on
In developing Online Parcel Information System, the following objectives will be met at the end of the project. 1). Real time message alert to both sender and the recipient of the parcel. 2). Implement security on data through password and password encryption. 3). Effective arrangement of parcel data in the database. Hope you learn from this.

Using Cookies in PHP

Submitted by GeePee on
This is a very simple and basic tutorial in PHP. This will teach you how to use and set cookie in PHP. Cookies allows the webmaster to store user's or visitor's information to be accessed on the next visit in the website. It is usually used in logging in, to store the username and password. But note, don't use cookie on an important information. Here is the code to set the cookie: $cookie_name =