The Code You Will Love
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 MoreProduct 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 MoreHTML Form Select Menu Styling
Posted on: Wednesday August 21, 2024
Here we will see how to style HTML Form <select> menu. [crayon-673eda31be365318486742/] [...]
Read Morecsrf 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-673eda31bf19b630537226/] Use (Just paste under <from>) : <input [...]
Read MoreCSS, 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 MoreRemove 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-673eda31bfcdf708768872/] [...]
Read MoreThe 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 MoreYouTube 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 MoreYouTube 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 MoreInstagram 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-673eda31c21ea067347577/] [...]
Read More