Forum Moderators: open
$heading = '';
$headPrinted = 0;
while (your_results) {
// get first letter, store in variable.
// set it as a capital letter
// if it's changed from the current heading,
// set this as the current heading.
// Otherwise, if it's been printed once, skip printing the head.
// print the results row
}