港口资料 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=64 order by titles.id desc limit 0,6";
$db->query($strQuery);
echo "";
$i=1;
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
if ($i){
echo "· $this_title | ";
$i=0;
}else{
echo "· $this_title | ";
$i=1;
}
}
echo " ";
?>
|
|
|
|
货物保险 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=66 order by titles.id desc limit 0,6";
$db->query($strQuery);
echo "";
$i=1;
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
if ($i){
echo "· $this_title | ";
$i=0;
}else{
echo "· $this_title | ";
$i=1;
}
}
echo " ";
?>
|
|
|
|