At the moment my code (PHP) has too many SQL queries in it. eg...
// not a real example, but you get the idea... $results = $db->GetResults(\"SELECT * FRO
This other question also has some useful links in it...