Basically, I wanted to list various projects I've worked on, so I built this very simple projects list plug-in for wordpress.
Articles
-
Wordpress Projects List plugin
26 Jul 2006
-
Protecting MySQL from SQL Injection Attacks with PHP.
05 Jun 2006
This is intended as a brief guide to protecting your MySQL database from SQL injection attacks. Unfortunately, a large amount of the code that I've seen written by people on forums, and in countless crappy PHP tutorials lurking around on the net, and in the many websites that display the "magic breeding slashed-quote" show that many people just do not understand what's going on and how to protect themselves against SQL injection attacks.