#1273 – Unknown collation: ‘utf8_general_ci’
Some time we get the error #1273 – Unknown collation: ‘utf8_general_ci’ when we import the database on different server. This issue occurred due to difference...
Error (near “ON” at position 25) while importing Table for WORDPRESS
Some time When we import the large database file then shows the errors
...
Call to undefined function create_function
Call to undefined function create_function, Some time when we upgrade the PHP with PHP 8 then getting the error....
Country Drop Down Using PHP
Creating a country drop down is the most time consuming work. Here You can the find the array of countries. also drop down script to...
How to print alphabet latters In Php?
It is very easy to print alphabet latter in php. This is a type of matrix in which we can print rows and columns. You...
How to print chess board in php ?
In this article, we are going to learn to code the Chess board in php. I will present you a code to get the output...
How to use Custom Select query in Drupal 8
Some time we need to apply custom query to fetch the record from database in Drupal 8. below are several examples how to get data...
How to Create Custom module in Drupal 8
To create the custom module in Drupal 8 we have to follow the below steps:- Custom module folder structure custom field for content type modulename...
Unknown collation: ‘utf8_general_ci’
“Unknown collation: ‘utf8_general_ci’”. This issues occurs if you’re attempting to migrate from MySQL version 5.5.3+ to an older database. The utf8 is new encoding type...
How to add custom shortcodes to the visual composer using theme functions.php
Add the custom shortcodes in theme’s file ( functions.php) for visual composer. WordPress getting one of the user friendly CMS with admin controls which allows...
How to print even and odd numbers in php
To print even and odd numbers we can use different types of method. Method:1 Even numbers between 1 to 100 In first method we use...
How to upload zip file directly from URL to cPanel using PHP
To upload zip file directly from URL to cPanel using PHP, follow these steps: 1. Create a new file php at root folder named getzip.php,...