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);.
確定! 回上一頁