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 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 print stars along with there equal number
We can print a star pyramid pattern in php along with there row number using ‘for’ loops. To print this pattren we will use a...
How to print a triangular pattern in php
We can print this pattern in php. For this we need Variables and ‘for’ loops. First we have Variables in which Symbols are passing as...
How to add digits of a numeric series
We can print a numeric pyramid series and also can print the sum of every row using php code. We need two ‘for’ loops to...
How to print a numeric pattern
We can print this pattern in php. In this pattern we divide our program in two parts. In first part we are using two ‘for’...
How to print alphabet series in php
We can make alphabet pyramid series very easily using PHP. To print this pyramid pattern in php, we can use different types of method. In...
How to make a numeric polygon shows only 1 on its border.
We can print diamond patterns in numeric polygon using php ‘Loops’. We apply the ‘Loops’ with logic in php coding to get the output of...