2011年9月7日 - report = ""; while ($row = mysql_fetch_array($result)) { $report += "a"."b".$row[" prevDOCid"]+1; } echo $report ...
stackoverflow.com