$result = mysql_query("SELECT * FROM litrasInfo WHERE libCat = '$select'
OR district = '$select2'
OR dun = '$select3'
OR par = '$select4'
OR zone = '$select5'
GROUP BY libCat = '$select'
OR district = '$select2'
OR dun = '$select3'
OR par = '$select4'
OR zone = '$select5'
ORDER BY id ASC",$connect);
I create prog above n when to search the result, only ONE result found eventhough actually it must display more than one.May be the sql statement id wrong??