Related Articles

Notes
Arduino Uno with Wifi – RC Car Controlled By PHP Server
This project uses a server with PHP to send commands to the Arduino Vehicle. The commands are sent use shell_exec and triggering wget on the command line. wget needs to be installed on your server. […]

PHP Programming (NEW)
PHP – What are Versions of…
Coding languages like all software has versions. These versions offer improvements, and changes over time. This means that functions that work in some versions do not work in others. So you need to verify which […]

PHP Programming (NEW)
PHP – Garbage Code and Bad Variables
Since Variables in PHP do not need to be declared you can run into issues such as trying to add a String to an Int. You also may have issues if you misspell a variable. […]
Be the first to comment