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.

Keeping Data in the Form after Refreshing the Page Using PHP

Submitted by ronard on
Hi to All, Have a nice day..this script is just a simple that will teach you on how to keep your data in the form by refreshing the page. Just copy the script below in your web server and run to your web browser, Hope this will help you guys..happy codings.. Thanks for reading, please comment below.

Additional fraud protection layer for Stripe payment

Submitted by chrislim2888 on
You have a great website doing great business using a payment gateway, e.g Stripe. But, hey, have you consider adding a free fraud check to all orders running through prior to the submission to the payment gateway? Why not, after all, it costs you nothing with added security. I don't see any reason to resist it! Perhaps, you may some concerns on the technical site, that I hope this article can

Kingsfields Hotel Reservation with advance trapping

Submitted by michael.galanza on
System Details: The system use jquery for advance trapping in registrations. To access administrator the link is: http://localhost/Kingsfields%20Express%20Inn/admin/index.php to bypass login form username: admin password: admin Please import the database kingsfields_database!! Please PM me @ [email protected] for more info thanks!! God bless !! :)

Implement Fraud Detection Feature with Free API

Submitted by chrislim2888 on
Fight fraud has never been an easy task. You may feel lucky of not being defrauded yet, but it never mean you will not encounter one in future. As long as you are in web business, regardless of whether you are a merchant or developer, precaution shall be necessarily to protect you from victimized by fraudster. Long story short, let’s dive into coding on how you can get yourself or perhaps your

Parcel delivery system ( Edited version From Jack Murithi )

Submitted by Mutuma on
This is a system originally developed by Jack Murithi. It has more enhanced features and was developed with an imagination that it was owned by easy coach company as a first year IT project in Kibabii University college of Kenya. The system mainly captures the parcels to be transfered and notifies the clients through regular emails. For manager section use username as "manager" and password as

Keep Playing Music Store Website

Submitted by Jazziro on
> I created this website for my school project, be free to use it anyway you like as reference. Created by: L.N Masubelele aka "Jazziro" & Busisiwe Mabaso Project led by: Jazziro ##################################################### Functions: -) User registration -) User login -) Change dassword -) Update user details -) Restrict access to unregistered users --------------------------------------

PHP - Users Online Script

Submitted by softafzar.net on
Hello, if you are developing a web application, you may need this online users script to show how many users is online. Yesterday i wrote a php class for it and decide to share it. Creating table Well, Before using this class, you must create a table in your database: CREATE TABLE `online_users` ( `session_id` char(150) NOT NULL, `last_activity` int(11) NOT NULL default '0' ); Creating php file