Random Unique Number in CI3
Posted on: Monday January 6, 2025
Random Unique 6 digit number generation in CI3 [crayon-680322dc50e07576594508/] [...]
Read MorePosted on: Monday January 6, 2025
Random Unique 6 digit number generation in CI3 [crayon-680322dc50e07576594508/] [...]
Read MorePosted 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 MorePosted 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 MorePosted 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 MorePosted 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 MorePosted 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 MorePosted 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 MorePosted 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-680322dc5150c636178399/] [...]
Read MorePosted on: Monday April 15, 2024
X + (X*5/100) = 500; Find X (product cost) [crayon-680322dc515d8845651584/] [...]
Read MorePosted on: Thursday January 18, 2024
Add reCaptcha in HTML form [crayon-680322dc516c0678979644/] Get reCaptcha Value in jQuery and pass in ajax [crayon-680322dc516c5965235831/] Validate reCaptcha [...]
Read More