Related Articles

PHP Programming (NEW)
PHP – Set and Read Cookies – setcookie()
Cookies allow you to set variables that are persistent between multiple visits to a website.

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. […]

*NEW
PHP Project (Simple) – Dynamic Photo Gallery Stream
Using the GLOB function in PHP you can put all of the file names on a folder, and then print them out with additional HTML to create a Dynamic Photo Stream. In this project the […]
Be the first to comment