PHP in Visual Studio Code: Starting with PHP language

php execution workflow

This video shows you the basics of the PHP scripting language. Basically, you will learn starting with PHP language.I use Visual Studio Code as my coding editor. What is PHP? So, what is PHP? PHP is a server-side scripting language, which means that it is executed on the server and not the client computer It … Read more

Loading

PHP in Visual Studio Code: Setup Debugging

setup debugging in php

This tutorial with show you how to setup debugging PHP in Visual Studio Code as the code editor. PHP executable not found error In the beginning I will also show you how to fix the Visual Studio Code “PHP executable not found” error! To fix it, you will need to find the PHP folder. Since … Read more

Loading

Install Visual Studio Code and PHP IntelliSense Extension – Tutorial

Install Visual Studio Code and PHP IntelliSense Extension - Tutorial

In this video we will install Visual Studio Code, install the PHP IntelliSense extension and create a simple PHP file in Visual Studio Code. The video starts with showing you how to download and install Visual Studio Code. The second part is about how to install the PHP IntelliSense in Visual Studio Code. And, finally, … Read more

Loading

XAMPP – Open localhost and MySQL – CREATE and DROP Table – Tutorial

XAMPP - Open localhost and MySQL - CREATE and DROP Table - Tutorial

  This video shows you how to open the XAMPP Open localhost and MySQL page and MySQL PHPMYADMIN. In it we’ll show you how to create a new database, create a new table, insert a record in the newly created table and in the end, we will drop (delete) the table. We assume that you … Read more

Loading

Install XAMPP on Windows 10 – Tutorial

Install XAMPP on Windows 10 - Tutorial

This tutorial shows you how to install XAMPP on Windows 10. We are focused on downloading XAMPP and following the steps to install it on Windows 10. As you can see at the end of video, after the installation, the Apache and MySQL module start successfully, but the Tomcat module doesn’t work, due to other … Read more

Loading