In this tutorial, I will show you how to add a Laravel 9 socialite login with a Google account. Sometimes our users are lazy to log in with their syst...
In this example, I will show you an example of how to use Carbon Formatting dates in PHP that are readable for humans.
In this post, I will share an example of how to implement jquery Datatables ajax in PHP and MySQL using PDO. If you have hundreds of thousands of reco...
The preg_match_all() defines performing a global regular expression match. This PHP function preg_match_all() is the best way to extract content in mu...
I'm sharing how to Delete Query in PHP using PDO. I Will share several examples that easier to you to understand how to perform delete queries in PDO.
In this post, I'm sharing how PHP PDO Update work with an example so that easier for you to understand. Updating record is one of the most important f...
In this post, I'm sharing an example of how to insert records in PHP PDO in multiple rows. If you have a task on saving multiple records then this is...
In this post, I'm sharing a simple way how to implement PHP PDO insert, create, and save record tutorial examples.
In this post, I'm sharing how to integrate or implement TinyMCE in PHP & MySQL using ajax. In my previous tutorials, I shared the basics about TinyMCE...
In this post, I'm sharing how to extract a keyword or shortcode that starts and ends with specific characters. In my current project with Laravel, I'm...
In this post, I will share a short and simple code on how to print and write array values to files in PHP. If you have a task or problem that needs to...
In my previous post here I posted about how to implement the Bootstrap 5 waitingfor loading modal and progress bar. Now we will implement it through a...