<?php
for ($i = 1; $i <= 10; $i++) 
{
$array[]= array("newsID"=>$i, "newsTitle"=>"第&i条新闻&nbsp;&nbsp;&nbsp;&nbsp;内容"); 
}
print_r($array);
?>