-
Recent Posts
Categories
Category Archives: PHP
Securing PHP Input
PHP is not only an amazing scripting language, but it’s the most widely used server side language out there. Unfortunately, though it is very powerful, there are security risks especially when it comes to user input mainly via GET and POST data. When it comes to PHP, assume all your users are malicious. Their are [...]
Posted in PHP 2 Comments

Understanding PHP Arrays