PHP Projects

Calculator App

This project shows you how to create a basic calculator using an HTML form and PHP script. In the HTML form we add a SELECT box to choose the operator (+,-,*,/) for the math problem. […]

PHP Projects

Up or Down App

This app adds to the Ping App we previously created with if/else conditionals based on the results from the ping command. For this example we simply print out text, but you could format text with […]