Related Articles
PHP Programming (OLD)
Sending Email with PHP
*NEW
PHP Project (Intermediate) – Photo Gallery Search by Tags
In this project we build the ability to search for images based on Tags stored in MySQL. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo […]
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(); ?>
Be the first to comment