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.

PHP PDO: Simple Add, Edit, Delete and Search System

Submitted by mainecalsas on
This is just a SIMPLE add, read, edit, search and delete web system using PHP/Mysql and PDO (PHP Data Objects). It is made for newbie developers, for them to understand it easily and can also be use by developers who are new to PDO. To give you ideas at the same time on how it works. Just email me at [email protected] or visit my website: www.mainecalsas.com if there are questions. For more

LAN Base Chatbox by: Zidax Fixed

Submitted by Zidax on
This chatbox will allow you to chat with your friends or classmate even your teacher using LAN or Local Area Network by using the IP address of the owner of this chatbox. You can access this chatbox by typing the LAN Ip Address of the Owner. You can write your name or codename on the first blank box at the top then write your message in the lower box after the chat window. You can download this

Convert NFA to DFA

Submitted by reza bojnordi on
My plan is to actually convert NFA to DFA. The program includes three state prove that the letters "a" and "b" are closed NFA and DFA is become and what values ​​the program automatically recognizes the state and the user displays. R. Bojnordi programmer from Iran Contact number 00989368700813

Populate Country and Region Dropdown Based on Visitor Location

Submitted by chrislim2888 on
This sample show you a simple solution to tackle a common needs of displaying entire country and region list for visitor selection. It is crucial for many cases such as user registration, feedback gathering page, comment page, billing page and many more. Beyond of just displaying the country and region list, this sample also demonstrate you on how to auto highlight the country and region where the

Wings Cafe ordering system

Submitted by Shakhane on
This is wings café ordering system coded in php and MySQL. it is my 3rd semester project at Limkokwing University Of Creative Technology Lesotho. I just hope u will like the code and customize it to suits your projects. Requirements to run this project succefully: Any php support server MySQL for running database. Just import wings.sql (it is in the database folder) in your phpmyadmin. Thanks. If

Calculate distance between 2 IP address

Submitted by chrislim2888 on
This sample code demonstrates you on how to calculate the distance (in km, miles and nautical miles) for 2 IP addresses. In general, this sample code will retrieve the latitude and longitude from the given IP addresses and perform the distance math calculation. Note: This sample requires the IP2Location BIN database which you can download free at http://lite.ip2location.com