Export Large Database in cPanel by SSH Command

Posted on: Wednesday September 18, 2024

To export a large MySQL database via the command line, you use the mysqldump utility. Here’s the basic syntax and steps for exporting a large database: Basic Syntax mysqldump -u username -p [...]

Read More

Import Large Database in cPanel by SSH Command

Posted on: Wednesday September 18, 2024

Importing large database from phpmyadmin Import is difficult because of time limit and file size, so here we will see how to import large databases in phpmyadmin or cPanel using SSH. You can use the [...]

Read More

Product Zoom Gallery for e-commerce

Posted on: Saturday August 24, 2024

e-commerce product zoom gallery https://codepen.io/hckkiu/pen/poyoRKQ https://codepen.io/danielhuangg/pen/xqaMrM https://codepen.io/ZowWeb/pen/xxGLrjp [...]

Read More

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-6768c89c6418f398821006/]   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