Easy and Simple way to Upload Image using PHP/MySQLi

Submitted by nurhodelta_17 on

This tutorial will show you how to create a simple image uploader using PHP/MySQLi. This tutorial does not include a good design but will give you an idea of how to upload images using PHP/MySQLi. Our goal in this tutorial is to create an Image Upload function into our simple Web App and Display the images after saving them into the database. The input that we will be using is an input file that only accepts any types of images.

Getting Starte

Please download and install the ff software if not yet installed in your desktop or laptop.

Church Management System using PHP with Source Code

Submitted by Godfrey De Blessed on
The CMAN Project is a Church Management Software that was developed to help the clergies to manage the church members, finances from the headquarters to the branch levels. It contains several modules and majorly the members and the admin side. The admin aside has access to all features and functionalities of the software while the members manage their system account, Tithes, and other givings

Guess Word Hangman Game using Python with Source Code

Submitted by razormist on
Guess Word Hangman Game using Python with Source Code Guess Word Hangman Game with Source Code is a single player game where you need to guess a word within a limited chance. Your only is to guess a word with a limited chance. The purpose of the system is to provide some enjoyable moment with your friends. About the Project The Guess Word Hangman Game was created in a simple console application

College Notes Gallery Management System using PHP with Source Code

Submitted by Anirban Dutta on
This College Notes Gallery Project in PHP is a notes management system which helps users to upload, download and manage notes of their particular course. The whole system is coded in core PHP and MySqli. The system has 3 types of user which are the Admin, Teachers/Faculties, and the Students. The admin has the access of the admin panel which he/she can view all uploaded notes. Features Multiple

Online Faculty Clearance System using PHP with Source Code

Submitted by kevingr on
The main purpose of this study is to build a system that will provide a fast and reliable solution for the processing of the faculty clearance. Hence, eliminating the traditional or manual processing of Faculty clearance. This system will automate the clearance of every Faculty member and the signing will simply follow. Faculty will be able to view the clearance status and upload documents while

Movie Listing App using JavaScript with Source Code

Submitted by razormist on
Movie Listing App using JavaScript with Source Code Movie Listing App with Source Code is a project that can automatically display the list of all movie. The system contains an advance search script that uses api modules. The purpose of project is to automate the listing of movies. About the System The Movie Listing App was built in a HTML browser application that uses JavaScript modules that

How to Disable Submit Button on Three Unsuccessful Login Attempts in PHP

Submitted by nurhodelta_17 on
This tutorial tackles how to disable submit or submit button if three unsuccessful login attempts are made. In this tutorial, we are going to make use of PHP sessions. Adding a submit button on the form makes the form dependent on the button meaning that if the button is disabled, the form won't be submitted.