Category: PHP

Generate QR code using PHP - Clue Mediator

Generate QR code using PHP

Today, we’ll explain to you how to generate QR code using PHP. A QR code (Quick Response code) is a type of matrix barcode used mostly for online shopping and...

Google reCAPTCHA v3 in PHP - Clue Mediator

Google reCAPTCHA v3 in PHP

Google has introduced reCAPTCHA v3 verification to prevent spamming and abusive terrific traffic on websites. In this tutorial, we’ll explain to you an easy way to integrate Google reCAPTCHA v3...

How to convert a date format in PHP - Clue Mediator

How to convert a date format in PHP

Today, we’ll discuss how to convert a date format in PHP. For example if we have date in YYYY-MM-DD format and need to convert it to DD-MM-YYYY format. Using built-in...