How to add additional PHP versions to MAMP?

MAMP currently allows selection of the two latest versions of PHP, which at the time of writing this article are PHP version 8.0.1 and 8.1.0. But, very often PHP projects, like WordPress websites are built using older version of PHP and will not work with the latest versions of PHP. Check PHP version in MAMP … Read more

Loading

Browse SQLite Database on Windows 10

open android app sqlite database on windows 10

In this tutorial you will learn how to browse SQLite database on Windows 10, using the SQLite DB browser application. First of all, we search for SQLite DB Browser in the browser and search engine of our choice. We open the following link and head to the download section to get the installation file: https://sqlitebrowser.org/dl/ … 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