php - Using a variable outside of the while loop (scope ...

php - Using a variable outside of the while loop (scope ...

瀏覽:712
日期:2025-10-01
2011年9月7日 - report = ""; while ($row = mysql_fetch_array($result)) { $report += "a"."b".$row[" prevDOCid"]+1; } echo $report ......看更多