CombinedMinds has submitted 4 links
PHP Security: GET - include
in PHP added by CombinedMinds, on 4/10/2007 get include security
You often find websites with serious but simple to fix security flaws. In this series we will talk about this. This time about GET - include problems.
comment save reportPHP Security: Sending an email
in PHP added by CombinedMinds, on 10/9/2007 email mail security
You probably wouldn't expect it, but the well known function mail() is a often a goldmine for spammers. In this tutorial we'll talk about the danger of using mail() in your PHP powered website.
comment save reportReading a website in PHP
in PHP added by CombinedMinds, on 1/9/2007 fsockopen networking
Reading a website with PHP can be done in various ways. In this tutorial i will explain the fsockopen() function to read www.Google.com.
comment save reportPHP Security: SQL Injection
in PHP added by CombinedMinds, on 26/8/2007 security sql injection
This tutorial will explain SQL Injection. A very common security flaw not much people take serious because its a little bit harder for a cracker to hack.
comment save report