php

Online News Portal using PHP/MySQLi with Source Code Free Download

Submitted by pushpam02 on
Online News Portal using PHP/MySQLi | Free Download Source Code Online News Portal using PHP/MySQL is a dynamic content management system project that maintains the news. This system was developed using PHP, MySQL Database, HTML, CSS, and Bootstrap. This news portal system has an Admin Panel. The Admin Panel is the side of the system in which the admin user manages the contents/news, categories

Voting System using PHP with Source Code

Submitted by faintedbrain on
This is a Voting System Project in PHP. The system was created using PHP, HTML, CSS, MySQL Database, and Bootstrap for the design. The system is responsive which means you can manage the system using your mobile phone, laptop, tablet, or desktop computer. This system has 2 types of users which are the Admin and the voters. The Admin user is in charge of managing the list of candidates

Information System Society Membership System using PHP with Source Code

Submitted by razormist on
The Information System Society Membership was developed using PHP, HTML, MYSQLi, and Javascript. I used Bootstrap as a front-end framework for the layout. The purpose of the system is to have accurate information about the student transaction and to lessen the work time of every individual, and avoid data redundancy. Using this system, the students can easily track their payments for every

Watermarking Images using PHP with Source Code

Submitted by Mr.Niemand03 on
Seeing one’s work altered without permission can be frustrating as discovering your work on blogs that are void of any credit. The first response for most photographers is to watermark their images, ensuring that their logo or website graces every image that hits the internet. This Web Application that I am posting is built to create a watermark on an image. The source code that I will share will

Simple Student Report System in PHP/MYSQL with Source Code

Submitted by Torrahclef on
This is a Simple Student Report System in PHP/Mysql and I hope it will benefit some new programmers. This project is free and you can edit and add some new cool features as you may wish. With this simple project, IT/CS students or anyone who is learning PHP will learn some useful techniques and methods for their future PHP Project Development. I develop this web application using HTML, PHP, MySQL

Simple Ordering System using PHP/MySQLi with Source Code

Submitted by nurhodelta_17 on
This simple project is for beginners who wants to learn PHP interaction with MySQL Database. This includes CRUD(create, read, update, delete) MySQL Table, Creating an iterator for forms in a loop, simple join of table and basic javascript in selecting a specific row in database.

Monitoring System (Dashboard) using PHP with Source Code

Submitted by Chris Jim Egot on
This a Monitoring System Project using PHP. The purpose of this article is to help other programmers especially those who are beginners to learn how to develop a Web Application using PHP Language. The system has the commonly used features/methods on developing projects such as Login/Logout, CRUD (Create, Read, Update, and Delete), Datatables, and many more. The project was developed using PHP

Basic Hotel Online Reservation System using PHP with Source Code

Submitted by razormist on
A free sourcecode for Hotel Online Reservation develop in PHP programming language. I used bootstrap and jQuery as a front-end framework to have a nice design. It can reserve and check the incoming pending from visitor, and also track the room assignment accordingly.

PHP CRUD Operation using PDO with Bootstrap/Modal Tutorial

Submitted by nurhodelta_17 on
This tutorial tackles on how to CRUD(create, read, update, delete) MySQL database using PDO with Bootstrap/Modal. PDO as per the PHP manual stands for PHP Data Objects, a lightweight, consistent interface for accessing databases in PHP. We use Bootstrap/Modal in this tutorial to handle our forms.