 |
 |
 |
".
$row['item_value']."";
}
?>
|
|
|
 |
'其它'";
$rs = mysql_query($sql);
while($area = mysql_fetch_array($rs))
{
$sql = "select * from hzpub_pubinfo where pubunion = 1 and areaid =".$area['areaid']." order by createtime desc";
$rspub = mysql_query($sql);
$count = mysql_num_rows($rspub);
if($count <= 0)
continue;
$pubs="";
while($row = mysql_fetch_array($rspub))
{
$pubs = $pubs."
".
$row['pubname']." ";
}
echo "
| ".$area['description']." |
| ".
$pubs.
" |
";
}
?>
|
|