Related Articles
PHP Programming (OLD)
Printing to Files with PHP
PHP Programming (NEW)
PHP – Send Emails – mail()
You can send emails directly from PHP scripts using the mail() function. You need to have a local email server setup to do this, to to learn it’s best to use a shared hosting account […]
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