The Code You Will Love

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

HTML Form Select Menu Styling

Posted on: Wednesday August 21, 2024

Here we will see how to style HTML Form  <select> menu. [crayon-670aaa0f13e23868924077/] [...]

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-670aaa0f13ed8631404467/]   Use (Just paste under <from>) : <input [...]

Read More

CSS, JS and image path from public folder in CI4

Posted on: Wednesday June 5, 2024

<link rel=”stylesheet” href=”<?php echo base_url(); ?>assets/vendors/mdi/css/materialdesignicons.min.css”> assets folder is in public [...]

Read More

Remove public from path of css js and images in ci4

Posted on: Wednesday June 5, 2024

Copy index.php & htaccess file from public folder and paste it on root folder. open .htaccess file from root folder Paste below code on top of .htaccess page. [crayon-670aaa0f13f66070757527/] [...]

Read More

The framework needs the following extension(s) installed and loaded: intl

Posted on: Wednesday June 5, 2024

The framework needs the following extension(s) installed and loaded: intl Follow the steps to install it in XAMPP – Open [xampp_folder_path]/php/php.ini to edit. Search [...]

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
Translate »