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 – Creating Arrays
Arrays allow for a variable to have multiple values. This gives you the ability to create lists of names, and be able to sort them easily. Also it allows you to have values from a […]
*NEW
Linux Projects – Simple Network Scanner Web App (nmap)
This project allows you to create a simple network scanner that is accessible from a web browser on the network. Essentially with this project we use a Cron Job every 10 minutes to trigger nmap […]
Be the first to comment