WhatsApp us

  • C Input Output (I/O)

    • Tech Area
    • January 21, 2024

    In this tutorial, We will see the example of input and output function in C programming language. C Output In C programming, printf() is one of the main output function. Example: C Output #include<stdio.h> void main() { printf("C Example"); //Displays the string } Output C Example How...

    Read More...

  • How to upload image using jQuery AJAX in PHP

    • Tech Area
    • January 20, 2024

    In this tutorial, We will learn how to upload image using JQuery AJAX in PHP. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (upload form) 3- upload.php (upload file and insert into database) Below are the step by step process of...

    Read More...

  • Login with Bootstrap Modal using jQuery AJAX in PHP

    • Tech Area
    • December 23, 2023

    In this tutorial, We will learn how to login with modal using JQuery AJAX in PHP. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (login form) 3- fetch-data.php (fetch data) Below are the step by step process of how to create...

    Read More...

  • Signup with Bootstrap Modal using jQuery AJAX in PHP

    • Tech Area
    • December 23, 2023

    In this tutorial, We will learn how to signup with modal using JQuery AJAX in PHP. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (registration form) 3- register-data.php (insert data) Below are the step by step process of how to create...

    Read More...

  • Login and Signup using jQuery AJAX in PHP and MySQL

    • Tech Area
    • December 21, 2023

    In this tutorial, We will learn how to login and signup using JQuery AJAX in PHP. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (registration form) 3- register-data.php (insert data) 4- login.php (login form) 5- fetch-data.php (fetch data) 6- dashboard.php 7-...

    Read More...

  • Login using jQuery AJAX in PHP & MySQL

    • Tech Area
    • December 19, 2023

    In this tutorial, We will learn how to login using JQuery AJAX in PHP and MySQL. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (AJAX script) 3- fetch-data.php (fetch login data from the table) Below are the step by step process...

    Read More...

  • Multiple Image upload in PHP and MySQL

    • Tech Area
    • December 13, 2023

    In this tutorial, We will learn how to upload multiple image in PHP and MySQL. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (multiple image upload file) Below are the step by step process of how to upload multiple image using...

    Read More...

  • Parking Management System project in PHP

    • Tech Area
    • November 5, 2023

    The Parking Management System project is simply developed using PHP, JavaScript and CSS. The PMS project having single Admin panel. The admin panel of PMS project has an important role in the management of Vehicles. In the Admin panel, admin has right to add new...

    Read More...

  • Radio Button value Insert using AJAX in PHP

    • Tech Area
    • November 2, 2023

    In this tutorial, We will learn how to get and insert radio button value using JQuery AJAX in PHP and MySQL. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (AJAX script) 3- insert-data.php (insert data into the table) Below are the...

    Read More...

  • Delete Data using Checkbox with Select All option in PHP AJAX

    • Tech Area
    • November 2, 2023

    In this tutorial, We will learn how to delete data using checkbox with select all option using JQuery AJAX in PHP and MySQL. Files used in this tutorial: 1- connection.php (database connection file) 2- index.php (AJAX script) 3- fetch-data.php (fetch data from the table) 4-...

    Read More...

Subscribe us via Email

Join 20,000+ subscriber

Subscribe on YouTube

PHP Projects
Matrimonial Portal Project in PHP & MySQL Last Updated: December 22, 2025
Event Management System Project in PHP & MySQL Last Updated: December 6, 2025
Online Shopping System Project in PHP MySQL Last Updated: November 26, 2025
Hostel management system project in PHP and MySQL Last Updated: February 14, 2024
Online Pizza Delivery project in PHP Last Updated: February 4, 2024
Parking Management System project in PHP Last Updated: November 5, 2023
Visitors Management System project in PHP Last Updated: August 28, 2023
SNIPE – IT Asset management system v6.1.0 Last Updated: April 21, 2023
Employee Management System project in PHP Last Updated: January 21, 2023