PHP – Select a unique mysql line without while

QuestionsPHP – Select a unique mysql line without while
sethbeckerman5 Staff asked 15 years ago

I want to select only unique values with php/mysql.

I can do it with many line, but I forget how to do it without while… 🙂

Thanks a lot.

Here is the code that I want to do without while.


View on Stack Overflow