Related Articles
*NEW
PHP – File Upload Filter ($_FILES)
If you allow you users to upload files to your web server you will probably want to create some restrictions. You can block uploads based off of file size, extension, or if a filename already […]
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(); ?>
PHP Programming (NEW)
PHP – Redirect Web Page – header()
You can use PHP to redirect visitors to your web page to different pages automatically. This can be good for maintenance tasks and for marketing tracking.
Be the first to comment