Related Articles
Arduino
Arduino – Send Email Notifications with PHP Mail Function
You can send SMTP (email) notifications using an Arduino Uno with WiFi and a web server with PHP using the mail() function in PHP. You POST data to the web server from the Arduino and […]
PHP Programming (NEW)
PHP – For Loops
For loops are ways to repeat specific code based on whether a condition continues to be true.
PHP Programming (NEW)
PHP – Turn File Into an Array – file()
By turning a file into an array you can work with the data within it as you would a standard array.
Be the first to comment