PHP

PHP Source Code

Free PHP Source Code. Download from a vast collections of free PHP source code below. You can modify and integrate it in your own personal use. Just give a little credit to the original author whenever you use it on your system's project.

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

FreePHP: Attendance System <Basic>

Submitted by DavaoCloudStudio on
Basic Attendance System build from PHP & MySQL database. __________________________________ * DEX Connect - Management Authority * 1. Administrator: > (Admin)Dashboard - View Attendance Report - Print/Export PDF > View/Add/Edit/Delete Directory - Print/Export PDF - View/Add/Edit/Delete Active Users - Print/Export PDF - View/Add/Edit/Delete Admin User - Add/Create/Delete Active Users > SuperAdmin

Insert and Delete Your Data From Database

Submitted by mjt on
This codes explains how to add records in the database. This is connected to my previous code (DELETE YOUR DATA FROM DATABASE). It developed using Ajax and PHP Mysql. It's simple and useful especially for beginners. Take a look at this and try it yourself. My email address is [email protected]. Thank you very much.