PBPhpsolutions

Welcome to PBPhpsolutions. In this blog, you will get all the tutorials in PHP from the core to advanced and other development tutorials related to PHP like Jquery, Ajax, and database-related queries and examples in PDO, etc. So, Keep on visiting on a regular basis to get the latest updates on the web development tutorials.

Popular Posts

Laravel 8 SB Admin theme integration step by step

Hi friends, in this tutorial we will learn Laravel 8 SB Admin theme integration step by step (Bootstrap 5). Creating a theme by yourself as a developer will take lots of time, that is why we have to download the Bootstrap 5 made SB admin theme.


How to send mail in Laravel 8 using SMTP Gmail

Hi friends, in this tutorial we will learn how to send mail in Laravel 8 using SMTP Gmail. As we all know that email sending in any web application or in a website plays an important role that is why I am going to discuss the step-by-step process from scratch.


How to import export excel file in laravel 8 using Maatwebsite excel package

In this tutorial, we will learn how to import export excel file in laravel 8 using maatwebsite excel package. Generally, we enter a small amount of data in the database manually from our application.


PHP Notification alert when a new record is inserted using Ajax

Hi friends, in this tutorial we will learn how to send a PHP notification alert when a new record is inserted using ajax and jquery. This is almost similar to Facebook-like notifications.