php

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

Know Your Age Through AJAX and PHP

Submitted by suryaprakash@s… on
Dear Sourcecodester Users! This is my first code submitted in Sourcecodester. Thank you http://www.sourcecodester.com for having such an excellent website which is very very helpful for beginners as well as for experienced programmers. About This Code: I have uploaded a simple PHP code to get age through AJAX. This code might be helpful for your project(s) Thank You!