in this tutorial, We’ll learn about how to add add, edit, delete functionality using Bootstrap 5, PHP and MySQL.I am extending previous tutorial Ajax Pagination with Search and Sort. We have already added functionality to listing, searching, and sorting into datatable, So Let’s add functionality to CRUD operation without page refresh.
Php
Dynamic Tree with JSTree, PHP and MySQL
I got huge response from my previous article How to Create Dynamic Tree View Menu, Most of the readers asked about how to use the checkbox with this and drag and drop features. In this article, I am creating a dynamic tree menu with checkbox using jstree jquery tree view plugin, PHP and MySQL. Dynamic […]
Execute external Linux/windows commands in Laravel 9
This Laravel 5 tutorial help to execute external and internal Linux/Windows command using laravel. The Laravel 5 is using a symphony process package to run external commands. We will use them and create laravel method that runs the Linux commands. You can also run the windows command using laravel process. The Process class executes a […]
Simple tutorial of pagination in php with Demo
In this PHP tutorial, we’ll learn how to make pagination with PHP and MySql. The pagination can be ajax-based, but in this case, I’m creating pagination without ajax. To create dynamic pagination, I’m using bootstrap3 and PHP5. I’m assuming you’ve got a table and some data.
Simple Laravel 8 Layouts Using Blade and Bootstrap 4
This tutorial help to create a theme layout using laravel 8 and bootstrap 4. I am using the blade template engine to create a theme layout in laravel 8.