distinct select

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prasadharischandra
Forum Commoner
Posts: 57
Joined: Thu May 09, 2002 2:19 am
Location: sri lanka
Contact:

distinct select

Post by prasadharischandra »

in my select
i have 3 same values but hardcord
eg:
745
754
754
764
764
how to take
745
764
754
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please explain exactly what you are trying to do and what you've already tried. We cannot help you if you post vague statements with little or no information about the problem. From reading the stuff in the post it doesn't even appear to have anything to do with PHP.

Mac
User avatar
9902468
Forum Commoner
Posts: 89
Joined: Thu Jun 06, 2002 6:39 am
Location: Europe

Post by 9902468 »

select distinct something from somewhere

(works for me)
Post Reply