Related Articles
Arduino – Temperature Web App with Raspberry Pi
This project allows you to get a temperature value from the Arduino, pass it to the Raspberry Pi, have a Python Script process that value and store it in a file, then have a PHP […]
PHP – Access Named Keys in Arrays – Foreach()
The foreach() function can turn Named Keys into variables just like it does array values.
PHP – glob() Function to List and Filter Files in Folder
The glob() function in PHP allows you to search folders and put the results into an array based on basic filtering. glob() https://www.php.net/manual/en/function.glob.php https://www.w3schools.com/php/func_filesystem_glob.asp glob.php glob.php (with Image Embed)
Be the first to comment