I need find a record in a mysql_fetch_array.
Ex.
table have 3 records
1 Mike 21
2 Billy 22
3 Karen 20
I have this table in $rs = mysql_fetch_array($Data)
Now i want know if have a 23 people in array, if have return true if not return false.
Ps. This example is just for explain, i know for this i can do mysql_query.
Thanks for all,
Julio Goncalves