Search for "hacks"

PHP system() calls result in CGI Error on IIS

Writing a custom executable for a client earlier this month, I encountered an issue with calling it from within a PHP script on IIS running PHP 5.2. Every time the page was accessed, we would get an error page saying something along the lines of "...

Read More | Tags: IIS, Windows Server, WIMP, PHP, Errors, Bugs, Hacks

Security and PHP

Security is something that is often discussed in the world of web servers and web development; opening up a computer to the public is inherently a dangerous step to take. But for many of us, it's one of those things where you do what you think wor...

Read More | Tags: Security, PHP, LAMP, SQL Injection, Hacks