We need 3 softwares to run and test our php code in our system
- Code Editor
- Server
- Browser
So let’s download and install these softwares on our system.
1. Code Editor
There are many code editors you can use (like sublime text, notepad++, Atom, etc) but we use VS Code, it’s a free, light weight and easy to use code editor with tons of useful features. So download and Install VS Code from the following link
https://code.visualstudio.com/
2. Server
To run php code in our system, we need to setup a local server on our computer. Here we also have some options like Xampp, Wamp, but we will work on ampps, an easy to use and light weight software. So download and Install ampps from the following link
3. Browser
You can use any browser for this purpose even windows default browser IE or Edege or you can download firefox, but we will use chrome for this purpose