This project is part of the exercises done on the last refresh marathon of the PHP programming language. This project is an upgrade of the last one. The last project had the HTML and CSS code in the same file. Only the PHP code was in a different file. This time, the CSS was taken apart from HTML for good practices' sake. In other words, the only difference from this project to the previous one is that the CSS code was separated to a different file and linked down here. That means the final result is the same thing.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to run this project, an application server that supports PHP is the only thing necessary. Links for further instructions on installation for each operating system are below:
No installation is required for the project itself. The only thing that should be installed is the application server mentioned above. Once the application server is installed, clone the project to a local folder on your machine:
With HTTPS
git clone https://github.com/DavidGuimaraes/php-form-process2.git
Or using SSH
git clone git@github.com:DavidGuimaraes/php-form-process2.git
Deployment depends on the application server used. On this case, XAMPP was used on the macOS. If this is your case, move the cloned folder to your htdocs folder or clone the project directly in you htdocs folder.
- TextWrangler - The text editor used
- XAMPP - PHP development environment