Hi, I'm a complete newbie when it comes to PHP/mySQL but I'm part of a group that has to try to improve a system. We want search results to be able to be sorted alphabetically. Here's the PHP code we have:
function GetItemsBySearch($condition, $keywords) {
global $db, $DB_PREFIX...