So here's the problem I can't work around today.
I want to grab some details from a database. I'm not sure how to explain this. But here goes.
Database Example:
TITLE | DESCRIPTION | IDENTIFIER
1 | Description | abc
2 | Description | abc
3 | Description | def
I want to select the first row with the identifier "abc" and then I want to skip the next row which has the same field "abc".
I'm trying to use this in a SELECT mysql_query in PHP