1234
function get_result($sQuery, $db){ $rs = mysql_fetch_array( mysql_query($sQuery, $db) ); return $rs; }