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 […]

How to Add Specialty Store Schema Markup to eCommerce

speciality store schema markup

This post will help you add custom JSON-LD schema markup to your Shopify store. As you might already know that Shopify store websites already ships integrated default store JSON-LD schema markup but if you have a speciality eCommerce store and services that you sell online. You must let Google know about the type of store […]

YouTube Video SEO Tools

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 […]

How to host multiple WordPress websites on the cloud

host multiple wordpress on cloud

I finally got fed up with shared web hosting service providers and was able to figure out how to host multiple wordpress sites on the cloud at just $5 a month. I have full control over the server,  my websites load faster, I have a dedicated IP address, SSL is also installed and renewed automatically.  […]

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 […]