Vous pouvez accomplir cette tâche avec juste un peu de code PHP et une instruction SQL appropriée.
Voici une solution possible :
$important_cat = $_POST['categories']; //which is an array
$sql = "SELECT city, sum(".implode(' + ',$important_cat).") AS cat
FROM tbl
ORDER BY cat DESC";
//query sql