With php/mysql how can i get the number of rows that a query affected?
what i tried so far:
$result = mysql_query($q); mysql_num_rows($result);
You needs mysql_affected_rows