PHP server on local machine?

local, php, server

Solution

Install and run XAMPP:

Updated link for download https://www.apachefriends.org/download.html

Problem

I'm trying to build a PHP site and I'm wanting to test my PHP files without uploading them to my host. Basically testing them on my own machine before I upload them. How do I do that?

Original source