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.

Academic Examination Management System

Submitted by mugishamuntu.c… on
This system was created using PHP. It is very useful for those who wants to learn php language. I used simple code so beginners could easily understand. The system includes registering of students, giving examinations and viewing/printing results. Hope this project can help you in the future. username: trevor password: trevor

Simple E-commerce in PHP/MYSQL

Submitted by Torrahclef on
With this siple ecommerce sript, I believe you can practice further to improve yourself. Its simple to install. Find the the sql file in the database folder and import into your database. Admin Cpanel username: admin Password: admin For further support, Join my social Network : www.lykup.com/Torrahclef or contact +2348138652645 Thanks

jQuery - Ajax Call onChange Event

Submitted by fkgeo on
In this tutorial we are covering JQuery--Ajax Call onChange in input in ajax call will be made and user picture will be retrieved from MySql and will be placed automatically on user pict if the username is wrong then anonymous picture will be placed 1. Create a login.php page coding of login.php Power Tricks by fk Login here Login Ajax page for retreive data from Database coding of ajaxPage.php

PHP Ajax MySQL Search Form

Submitted by Obro Megh on
Functionality: 1. Real Time search and show the result on page with Ajax. ;) 2. Simple Style. Installation First create the database and make table using this SQL code below. CREATE TABLE countries ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(50) NOT NULL ); In countries table what you put in name column it will be the search result and so on. ;) Then, Just change the backend-search

PHP MySQL Login System

Submitted by Obro Megh on
Functionalities: 1. Login. 2. Sign Up. 3. Dashboard. Installation It is pretty easy to install.First create the database and make table using this SQL code. CREATE TABLE users ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, username VARCHAR(50) NOT NULL UNIQUE, password VARCHAR(255) NOT NULL, created_at DATETIME DEFAULT CURRENT_TIMESTAMP ); Then just change the config.php dbname to your database

LaraBlogger - Laravel Blogging, CMS abd CRUD Generator

Submitted by Kibb on
LaraBlogger is a Blogging CMS Template with CRUD generator Build in Laravel 5.5 Framework, With LaraBlogger you can build a new blog easly, or you can integrate to an existing webiste with ease. Features. Fully Responsive. CRUD Functionality Admin Panel Build in Voyager. Built with Laravel Framework, PHP/MySQL & HTML5/CSS3. Post Management. Modern and User friendly UI, SEO (Search Engine Optimized

User Manager Application

Submitted by Jeff Nyak on
User management application, where you can add users, username, lastname, phone number etc, edit, update and delete. This simple project is coded in PHP(OOP) and bootstrap as the front end framework. For more info get in touch [email protected]. You can also find the source code in my github account, https://github.com/jeffnyalik/usermanager