PHP

How to Install PHP Server in Microsoft Visual Studio Code (2022)

What is Microsoft Visual Studio Code? Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as Visual Studio IDE. What …

How to Install PHP Server in Microsoft Visual Studio Code (2022) Read More »

How to Install a LAMP Stack and phpMyAdmin and Microsoft Visual Studio Code on Ubuntu (2022)

Table of Contents LAMP with phpMyAdmin Microsoft Visual Studio Code LAMP with phpMyAdmin Why use LAMP with phpMyAdmin? LAMP with phpMyAdmin allows you to make local websites on your Ubuntu PC. It provides the Apache web server, PHP, MySQL, and phpMyAdmin. Useful LAMP with phpMyAdmin Information Once installed, the local website can be found at …

How to Install a LAMP Stack and phpMyAdmin and Microsoft Visual Studio Code on Ubuntu (2022) Read More »

How to Install the Free Version of MAMP on a Local Mac

Why use MAMP? MAMP allows you to make local websites on your Mac. It provides the Apache web server, PHP, MySQL, and phpMyAdmin. Useful MAMP Information Once installed, the local website can be found at http://localhost/. http://localhost/phpmyadmin to access phpMyAdmin. The MAMP dashboard can be found at http://localhost/dashboard or http://localhost/mamp. Change the 8.0.8 to the …

How to Install the Free Version of MAMP on a Local Mac Read More »

How to Completely Uninstall Free Version of MAMP From a Mac (2022)

When you uninstall MAMP the normal way you uninstall a Mac app, sometimes its configuration information is kept. Normally, this is not a problem and is usually a convenient feature. Sometimes you want to remove MAMP completely from a Mac. This blog shows you how to completely uninstall MAMP. How to Completely Uninstall MAMP From …

How to Completely Uninstall Free Version of MAMP From a Mac (2022) Read More »

Scroll to Top