PHP foreach loop in HTML table – working

php foreach loop in html table

This is how I got PHP foreach loop working in HTML table. You can find the working code below. Get all the code for PHP Connect to MySQL Database, using mysqli api. PHP foreach Loop PHP foreach loop iterates through the array, associative array, MySQL table, and also lets run arithmetic operators. Download PHP 7 […]

How to install pip in Windows

install pip windows

How to install python pip in Microsoft windows 7/8/10 with python installation and manually as well. Steps to download and install pip in Windows download the pip file on your system desktop/downloads folder from https://pip.pypa.io/en/stable/installing/ Launch Windows CMD and navigate to the folder, where pip is downloaded and then type in the CMD: python get-pip.py […]

WordPress 2019 child theme

wordpress 2019 child theme

This Wordpress Twenty Nineteen – 2019 theme is ready for PWA, web performance, accessibility, and coded with best practices. Good for the users and SEO.

WordPress Speed Test: Credit goes to choosing the right theme

website speed test

Just like you, I struggled to optimize my first WordPress website to please Google. So, I realized that if you don’t know what themes score without optimizing with plugins. Over the time, I came to know that themes from WordPress team, are the best performing themes. When it comes to page load time, accessibility, coding […]

MySQL Tutorial: Create Database, Table, & Insert Values

Hello World!! In this tiny MySQL Tutorial video, I demonstrate how to create a database, select database, create a table, and insert values into the table, using the terminal, command line, prompt. How to hash the password in MySQL Database. How to create a database in MySQL CREATE DATABASE database_name; How to list databases in […]