PHP

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.

Online Library Management System

Online Library Management System Project is simple and easy to use and understand. It consists of operation such as: Register yourself as Student or Faculty. Admin Login Student Login Faculty Login Search Book by Id, Name and Author Name. Id: admin1234 Pwd: 12345 This is XAMP based online library management system and its design looks better in Mozilla Firefox browser.

PHP - How To Upload CSV File Into MySQLi

In this tutorial we will try to upload a CSV File Into MySQLi. This simple script can process and insert the CSV file into MySQli Database. It can lessen and fasten your database processing if your csv is already have a data. So let's do the coding. Before we started: First you have to download & install WAMPserver or any local server that run PHP scripts. Here's the link for WAMP server http:/

PHP - How To Display XML File Using HTML/PHP

In this tutorial we will try to read a Simple XML File using PHP script. XML used to create common information formats and data encryption. Some of XML's advantages are its self-documenting which allows for internationalization in human language that support parsing requirements. By using XML it improved the exponential and simplified capacity of PHP 5. So Let's see how it do. Before we started

Design and Implementation of Online Identity Card System

This is my little contribution to this great site. Design and implementation identity card system is design with PHP, HTML, CSS and w3. The system print out identity card to the citizen with just a click. If you have any program with installing the program email me [email protected] or on facebook adun kyle. Thanks guys

Easter date and 12 Months Calendar for any year in PHP

Calendar The files within the calendar zip file comprise a simple PHP program to allow you to generate a calendar for any year as a web page and to print it out on one page of A4 size paper. It also calculates the date of Easter Sunday. You can set the year by tagging it on as a parameter to the end of the URL like this: http://localhost/calendar/calendar.php?year=1912 If you don’t tag on the year