Enable opcache on XAMPP Server


To enable opcache in XAMPP, launch your xampp control panel, stop the apache server and open php.ini file by clicking config and going to php.ini file. Press control + f and type opcache to find the following line and uncomment it. Last and but not the least, scroll down to the very end of php.ini … Continue reading Enable opcache on XAMPP Server

PHP While Loop in HTML


This post will help you understand how to use PHP while loop to traverse and display MySQL table data in HTML. I have two tables in my MySQL database, named categories and brands that I want to view on html/php pages using PHP while loop. I assure that you have established your MySQL database connection … Continue reading PHP While Loop in HTML

YouTube Video SEO Tools


If you’re looking for best video SEO tools to rank your videos on YouTube and on major search engines like Google, Bing, and Yahoo. There are three types of tools that you need for video SEO. The first kind of tool is to help you find easy to rank keywords with search volume and related … Continue reading YouTube Video SEO Tools

Fixed – uncaught error call to undefined function mysql_connect()


If you are getting following error on your Windows OS then chances are that you have some php and mysql configuration issues. I was getting Uncaught Error Call to undefined function mysql_connect() on my Windows 10 and had XAMPP and PHP8 installed additionally and my additional PHP8 was set to the system’s path. Download PHP … Continue reading Fixed – uncaught error call to undefined function mysql_connect()

Drupal 8 Theme Development


Drupal 8 Theme Development tutorial for Drupal site builders. This is going to be a quick guide on building Drupal 8 theme from scratch. It that’s what you are looking for then this post will help achieve in easy way. It’s going to be a Drupal 8 starter theme. This post is a quick guide … Continue reading Drupal 8 Theme Development