csrf in CodeIgniter 4

Posted on: Tuesday June 11, 2024

CSRF/csrf in ci4 Enable CSRF: Go to app/Config/Filters.php  Search for public array $methods and replace with: [crayon-68d61a62d28f5941761285/]   Use (Just paste under <from>) : <input [...]

Read More

YouTube Channel Video API in PHP

Posted on: Monday May 27, 2024

How to load/list YouTube channel Videos? Here we will see how we can load YouTube channel video in our website by using JSON. Now we will start this from scratch STEP 1 (Get API Key): We will get [...]

Read More

YouTube channel video in website

Posted on: Monday May 27, 2024

How to load/list YouTube channel Videos? Here we will see how we can load YouTube channel video in our website by using JSON. There are two steps: Query Channels to get the “uploads” Id. [...]

Read More

Instagram Feed on Website PHP

Posted on: Friday May 24, 2024

Instagram Feed in  PHP STE 1 : Get Instagram Access Token https://docs.oceanwp.org/article/487-how-to-get-instagram-access-token STEP 2 : PHP Code for Website [crayon-68d61a62d333a457475706/] [...]

Read More

File Size Validation jQuery

Posted on: Wednesday May 22, 2024

Multiple selected files size validation before form submit in jQuery. HTML Form [crayon-68d61a62d34d9738614517/]   jQuery Validation [crayon-68d61a62d34de080873901/] [...]

Read More

Short Code in WordPress

Posted on: Thursday February 22, 2024

function.php [crayon-68d61a62d37c5048271322/]   anytheme [crayon-68d61a62d37ca587592078/] [...]

Read More