Nico Amarilla

My personal notes on programming.

Monthly Archives: July 2014

How to Manually Install Apache, MySQL, and PHP on Windows

This tutorial will show you how to set up a local web development environment on your personal computer, from scratch! We will start from the bare minimum, from installing Windows to installing Apache, MySQL and PHP. To whom is this tutorial for? This tutorial is for budding web developers who wish to learn about setting up a local web dev environment in order to create PHP apps.

Read More

How to Manually Install PHP on Windows

PHP, which stands for PHP: Hypertext Preprocessor, is a server-side scripting language designed for web development but also used as a general-purpose programming language. This tutorial is on how to manually install PHP on Windows 7. Installation Go to http://windows.php.net/download/ to download PHP.

Read More