
<?php $wynik="select distinct (region) from hm"; while($wynik and $dane = mssql_fetch_array($wynik)) { $region = $dane["region"]; } ?>

poprawiam
---
nospor
<?php $wynik="select distinct (region) from hm"; while($wynik and $dane = mssql_fetch_array($wynik)) { $region = $dane["region"]; } ?>