Related Articles

PHP Programming (NEW)
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(); ?>

MySQL Introduction (NEW)
MySQL – PHP to INSERT Into Table
You can use PHP to INSERT data into MySQL Tables. This data can come from HTML forms, or things such as scripts that parse text documents. phpInsert.php

*NEW
Raspberry Pi – Install a LAMP Server (Linux, Apache, MariaDB, PHP)
You can turn your Raspberry Pi with Raspberry PI OS into a full LAMP web server. We use MariaDB because MySQL is not provided in the main repository and it is a drop in replacement […]
Be the first to comment