Simple Billing System

Submitted by wajahat.rashid.792 on
This is a simple billing system created using Visual Basic. This is a very easy system. Just choose the items you want and it will display the cost of the items. Insert the quantity ordered and it will automatically sum up total cost. All selected item will be displayed on the listview. It will also show all total cost of all the items selected or ordered. Hope you learn from this. Like My Page

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.

Text Editor

Submitted by hrishikeshsonawane7 on
This is the update on my Notepad project Text Editor. I have some features added in the system. I just include the new function count text, count word, date and time. I also added new text style. Just explore on this project and try it yourself. I hope this will help you in your future project. Have a nice day. Thank you & Thanks for www.sourcecodester.com

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 =