#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
Some time we get the error #1273 – Unknown collation: ‘utf8mb4_unicode_520_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
...
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 Remove AMP for WordPress Website ?
Disabling and Remove the AMP Plugin First step Deactivate the AMP plugin and Remove the AMP plugin from plugin list. Setting Up Redirects Remove the...
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...
How to make Animated css with @keyframes
CSS Animations -
CSS animations is used to create the animation without JavaScript, Jquery and Flash. CSS and the HTML code is generated animations.
Animation Properties: ...
Animation Properties: ...
How to show blog posts listing as an accordian in x-cart?
If we want to show our blog posts listing as an accordian in x-cart then we use below jquery and css code....
Difference between CSS and CSS3
The full form of CSS is Cascading Style Sheets. CSS describes how HTML elements are to be displayed on browsers screen, or in other media...
Difference between HTML and HTML5
There are lots of difference between HTML and HTML5. HTML5 is the new version of HTML. HTML5 is more power full and easy than HTML,...