I don't quite understand why for() would be better than while() in this case. Anyway, here's an example: $results = mysql_num_rows($result); for($sloop = 0; ...
確定! 回上一頁