PDA

View Full Version : query_first???


dwh
Mon 13th Aug '01, 2:56am
Neither mysql docs not php docs found this in a search so I don't even know if its a mysql thing or a php thing. But what is query_first?

JamesUS
Mon 13th Aug '01, 4:36am
It is a custom vB function, and it returns only the first record found in the query, rather than all the records, which the normal query() does.