php

Simple Login with Session, Add, Edit, Delete and Search

Submitted by geralad.narisma on
Good day! This simple project will teach you how to create a simple login with session and simple maintenance using PHP and MySQL especially for the beginners. The features of this project login with session, "admin" as username and "admin" as password. This is also to teach you how to add, edit, delete data to the database and also search that stored in database.

GIF Generator Using PHP

Submitted by Jeprox on
This project will teach you how to create a GIF animation generator using PHP. Upload an image as many as you want, then set the speed (ms), height and width of your desired GIF animation and then you click Previous or Download. The images you uploaded will compressed and will become a GIF file.

Classroom Management System In PHP

Submitted by JhemhaiixD on
Classroom Management System is commonly used by the teachers to ensures that classroom lessons run smoothly. This system allows users to upload documents in word, excel or power point format and images also. Teachers can also post quizzes and can be take by the students if they're already registered to the system.

How To Make Login Form With JQuery In PHP

Submitted by alpha_luna on
Good Day!!! Related Code: How To Make Register Form with JQuery Validation In this tutorial, we are going to learn How To Make Login Form With JQuery In PHP. This is simple project and it consists username and password. Username tutorial Password admin Database Name login_jquery You can use it to your Website or System. Download the source code and try it. Enjoy Coding... Directions: For JQuery

How To Make Register Form with JQuery Validation

Submitted by alpha_luna on
Good Day!!! In this tutorial, we are going to learn How To Make Register Form with JQuery Validation. This is simple project and it consists firstname, lastname, username, password, confirm password, email and agree for the terms. You can use it to your Website or System. Directions: For JQuery Validation For CSS Code For HTML Code Firstname Lastname Username Password Confirm Password Email I

How To Make Delete Multiple Rows Using PHP

Submitted by alpha_luna on
Good Day!!! In this tutorial, we are going to learn on How To Make Delete Multiple Rows Using PHP. The features of this project is to add a data then, delete multiple data using check box as our selector. Hope you find this useful. Directions: For Javascript - Select All Rows For PHP - Add Data if(isset($_POST['submit'])) { $userid=$_POST['userid']; $name=$_POST['name']; $username=$_POST['username