i want to get one instance of a row...
1 usa
2 china
3 korea
4 vietnam
5 korea
for example i have these in my table and i'll retrieve it using for.. my question is how can i echo only those 1-4 in my tables or in any other case retrieve only those which are unique.. i dont want any row to repeat..
- without modifying database
i dont know what else to put in query... mysql_query("select * from trial");