Category «PHP»

Live notification feature in ReactJS

In today’s article, we will learn how to make notification AAP in reactjs with the help of Laravel.Live notification feature in ReactJS In this app, I didn’t use any package for notification I just used customer code in reactjs to create notifications in reactjs. Install react from https://reactjs.org/. Code for react js I have not …

File Upload & Store in PHP 8

File upload in php

In this blog, We will learn how to upload a File using PHP 8 and Store it with OOPS Concept. File Upload & Store in PHP 8. How to Upload File in PHP8 with PDO How to implement file upload validation before sending it to a web server. We will do a proper validation in …

How to Highlight a Deleted Row in PHP

Highlight Deleted row in PHP

Today, We will see how to delete a record without refreshing the Page using PHP and AJAX . How to Highlight a Deleted Row in PHP. Check out our More tutorial in PHP Netflix clone app using Laravel login form in React with Laravel PHP CRUD Application using OOP and MYSQL PHP MySQL Ajax Live …

Codeigniter 4 CRUD Operation With Ajax Example

In this article, We will inform you how to perform crud operation with ajax in CodeIgniter 4.Codeigniter 4 CRUD Operation With Ajax Example Learn CodeIgniter 4 from its official Website https://www.codeigniter.com/ In CI 4 We can make a good design with a secure CRUD Operation. if you want to create a CRUD operation with ajax …

Netflix clone app using Laravel

Netflix Clone

Netflix clone app in Laravel with Bootstrap. We can make any kind of Project in Laravel.Netflix clone app using Laravel. Netflix in Laravel Netflix Clone project is a web application which is developed in Laravel platform . Below is our Database table design . ( Database name : You can change db name ) Now …

PHP CRUD Application using OOP and MYSQL

PHP: CRUD (create, read, update, and delete) with databases is a common function of web applications. In this tutorial,PHP CRUD Application using OOP and MYSQL. I will teach you how to develop CRUD operations with PHP and MySQL using the OOP (Object Oriented Programming) technique. The tutorial is explained in easy steps handle of creating, …

PHP MySQL Ajax Live Search

Welcome to a tutorial on how to search and display results from the database using PHP and MySQLPHP MySQL Ajax Live Search. In this tutorial we’re going to create a live search box that will search the Movies table and show the results asynchronously. But, first of all, we need to create this table. Step 1: …

Export MySQL Data To Excel in PHP

Php spreadsheet

Sometimes, you may need to export MySQL Data to Excel formats. Export MySQL Data To Excel in PHP The database or tables of the MySQL database can be exported into various file formats, such as CSV, XML, SQL, Excel, etc., by using the PHP client, phpMyAdmin. It is also possible to export MySQL data using …