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 – While Loops
While loops allow you to repeat code while a condition remains true.
PHP Programming (NEW)
PHP – Set and Read Cookies – setcookie()
Cookies allow you to set variables that are persistent between multiple visits to a website.
Be the first to comment