Increase file upload size phpMyAdmin

Posted on: Tuesday December 17, 2024

Step-By-Step Instructions 1. Login to WHM as the root user. 2. Navigate to “”Home / Server Configuration / Tweak Settings”” in WHM. 3. Click on the PHP tab. 4. For the [...]

Read More

Blob Image to PDF

Posted on: Monday November 25, 2024

BluDart  API way bill response is in blob, so save it as PDF file inh a folder instead of storing in a database. I already stored in the database so I’ll show you how to save as PDF. [...]

Read More

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

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-6767f590ae650324828771/] [...]

Read More