Related Articles
Arduino – Raspberry Pi Web Fan Control with MySQL
With this project we create an IoT Environmental control device that uses a MariaDB (MySQL) database as the datastore. This allows you to use database functionality to create log files and be able to corrrelate […]
MySQL – Update Records with PHP
Using PHP you can update records in your MySQL tables. phpUpdate.php
PHP – Viewing PHP Environment with PHPinfo()
The PHPinfo() function prints out a report of al of the PHP configurations and settings for your server. <?php phpinfo(); ?>
Be the first to comment