Closed github-learning-lab[bot] closed 5 years ago
Nice!
You will be storing the code for this project in this repository. Before we go any further clone this project locally, using git:
git clone https://github.com/adamd/php-intro.git
cd php-intro
Lets get coding some PHP!
When a section is completed, a new issue will be created with the next step. Click here to continue.
Essentials
Requirements
PHP is a server-side language, so in order to make your code work you must put it on either a web-server or a local server. Web servers can run as low as $5/month at godaddy.com or lunarpages.com. For the purposes of this tutorial we will install a local server called WAMP
Install the Server
Install the Editor
When you have successfully installed a server and Text Editor, close this issue for the next step.