Articles tagged: PHP

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

Laravel Jun 14, 2022 6 min read

Laravel 9 File Upload Example

I will be going to share how to implement a simple Laravel 9 file upload with a database implementation. And we will associate the file with the curre...

Laravel Jun 03, 2022 3 min read

How To Add Remember Me To Your Laravel 9 Login?

I will show you how to add or implement a remember me function to your Laravel 9 login or authentication. A great feature to implement in our Laravel...

Laravel Jul 13, 2022 18 min read

Laravel 9 Auth Login and Registration with Username or Email

I show you how to implement Laravel 8, 9 custom auth login and registration with username or email. We know that authentication is one of the most imp...

PHP Aug 05, 2021 7 min read

Coupon Code Generator in PHP and MySQL using Ajax and jQuery

In this post, I will show you how to create a basic coupon code functionality generator and save it to our database and redeem it with the user. If yo...

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

More