Category: PHP

PHP

PHP –  isset vs empty vs is_null function 0

PHP – isset vs empty vs is_null function

isset, empty, and is_null are three different functions in PHP that are often used to check the state of a variable. Here’s a brief explanation of each: 1. isset: isset checks if a variable...

flamontech-google-reCaptcha-v3-feature 3

Google reCAPTCHA v3 PHP Ajax Example (GitHub Link)

If you have a website, you need to protect your users from bots. Bots are trying leaked passwords, posting spam & scraping your content. The reCAPTCHA “I’m not a robot” checkbox changed the way...

Unzip Zip File 0

Unzip your zip archive file using raw php

Sometimes you need to extract or unzip a zip file in your application. Such as different types of plugins or any other thing. So in this article, I am going to tell you how...

naming-convention-php 0

Naming Conventions PHP

There are lots of naming conventions follows by different framework. Personally i have followed this naming conventions You can see from here https://bitbucket.org/snippets/shojibflamon/BMKkaB