--- contact.php 2001/02/28 14:14:10 1.2 +++ contact.php 2001/03/02 07:50:38 1.3 @@ -26,7 +26,7 @@ $email_to=$row[email]; } -$sth = $dbh->prepare("select iso,name from countries order by iso"); +$sth = $dbh->prepare("select iso,name from countries order by name"); $sth->execute(); while ($row=$sth->fetchrow_hash()) { $countries[]=$row;