Related Articles

PHP Programming (OLD)
Printing to Files with PHP

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 – Send Data to PHP with HTML Form
Sending data to PHP from an HTML form is easy.
Be the first to comment