Daily Archives: April 14th, 2006

Playing with loopholes

The most amusing things happen when you’re been coding a long time. I found, and used a “hole” in one of our database routines (which has since been fixed) getOneValueFromTable($srcTable, $srcField, $whereField, $whereValue); produces SQL like “SELECT $srcField FROM $srcTable WHERE $whereField = ‘$whereValue’”. Can you spot the potential problems in something like this? Consider [...]

Out of town.

Like scott mentioned I’ve been grinding like a madman on Ookles. It’s been a long stretch of solid work but we’re coming near a real product. Dont get me wrong, theres still a lot of work to be done, but we’ve got something to work on now. It’s one thing to be putting together a [...]