Choosing the same character

wxdqz

New Member
I have a table, which includes a column "title". In this column, are different titles, but the same title can occur again. For example:
Title colum contains: Yahoo, Webmonkey, PHPBuilder,Yahoo,Yahoo,Webmonkey,Yahoo.

Is there anyway to get an array of rows
that only contain "Yahoo" in the title column?

so that i would be able to say
$myurl=$myrow["url"];?

-Manuel
 
Back
Top