Archive for December, 2007

More WoW

Can’t have a post about PHP at the top of the page for more that an couple of days. So on with the WoW gloating and moaning. Karazhan — Nothing at all to report. Haven’t run for weeks, no one seems interested (two that were interested left yesterday. Kara group one leader, and Kara group [...]

Posted by Matthew on December 12th, 2007

Filed under games | No Comments »

Very Simple (Pretend) SQL Paramaters

<?php /*     Some hacked up code for Very Simple (Pretend) SQL Paramaters     — For when you don’t have PDO, or just can’t be bothered     Examples:         >>> SQL("SELECT * FROM users WHERE id=? AND name LIKE ?", 123, ‘"123\"’);         SELECT * FROM [...]

Posted by Matthew on December 10th, 2007

Filed under mysql, php, programming | No Comments »