PHP Tutorial

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.

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.

Creating a CodeIniter App using jQuery Ajax

Submitted by nurhodelta_17 on
This tutorial tackles how to create an Ajax Login in CodeIgniter. We used jQuery to handle our ajax request to our controller. jQuery is a javascript library that makes you handle javascript better. CodeIgniter is a lightweight PHP framework that uses the MVC(Model-View-Controller) architecture.

Library Management System with Barcode using PHP with Source Code

Submitted by alpha_luna on

Hi guys! I have here a Library Management System with Barcode that was built for Valladolid National High School. This system is simple yet a useful system that I create using PHP/MySQL that uses barcodes for the borrowing books. This system I created may help you with your future projects. Also, for the beginners who really want to learn basic coding in PHP/MySQL. It is a user-friendly kind of this system.