Hey, say i have a query such as:
SELECT * FROM cars WHERE carmake='FORD' LIMIT 0,30
if i run a mysql_num_rows on this, will it return 30 or the amount of actual rows the query would return if it wernt for the LIMIT??
Cheers, i would try it out but it means setting up a whole new table and i thought it would be quicker to ask it here.
BIOSTALL