Category: PHP

How to Print Even Numbers in PHP (1 to 100)

Printing even numbers in PHP is a basic programming task that helps beginners understand loops and number operations. There are different methods to achieve this,...

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 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...