PHP

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 =

Add, Edit and Delete record using PHP/MySQL with PDO Query

Submitted by RobertSoriano on
This project will teach you on how to make a CRUD (Create Record Update Delete) using PHP/MySQL and PDO Query. Why PDO? Because mysql functions are getting deprecated. PDO is safe from sql injections and it will make you far more productive. Just download the file, put it to your www folder(wamp) or htdocs(xampp) and upload the database in phpmyadmin. Enjoy and happy coding! :) If you need more

Send SMS from Website

Submitted by springedge on
Class to send text messages from website to user's mobile number. It take mobile number and text message as input $SpringEdge->sendsms('9089XXXXXX', 'It is a text message'); Include Spring Edge sms class and create object of the class. Call the function sendsms with mobile number and text message. the class will call the sms gateway and send sms to user's mobile number. It can be also used for