Category: PHP

Clear
PHP May 21, 2022 10 min read

Laravel 9 Socialite Login with Google Complete Tutorial

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...

PHP May 06, 2022 1 min read

PHP Carbon Formatting that Readable for Humans

In this example, I will show you an example of how to use Carbon Formatting dates in PHP that are readable for humans.

PHP Nov 01, 2021 4 min read

jQuery Datatables Ajax PHP and MySQL using PDO Example

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...

PHP Sep 27, 2021 1 min read

How To Extract Content Between Keywords using PHP Regex

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...

PHP Sep 27, 2021 3 min read

PHP MySQL Delete Query using PDO

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.

PHP Sep 21, 2021 3 min read

PHP PDO Update Query Example

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...

PHP Sep 20, 2021 1 min read

PHP PDO Insert Multiple Rows Example

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...

PHP Jun 02, 2022 2 min read

PHP PDO Insert Tutorial Example

In this post, I'm sharing a simple way how to implement PHP PDO insert, create, and save record tutorial examples.

PHP Sep 20, 2021 5 min read

Integrate TinyMCE in PHP & MySQL Using Ajax

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...

PHP Sep 16, 2021 2 min read

PHP Keyword or Shortcode Extractor Class

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...

PHP Sep 01, 2021 1 min read

How To Print & Write Array Values to Files in PHP

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...

PHP Aug 27, 2021 3 min read

PHP Ajax with Bootstrap 5 Waitingfor Loading Modal and Progress bar

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...

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More