ISO9000系列 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=60 order by titles.id desc limit 0,5";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
echo "· $this_title ";
}
?>
|
|
|
各国电工标准 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=63 order by titles.id desc limit 0,5";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
echo "· $this_title ";
}
?>
|
|
|
UL |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=59 order by titles.id desc limit 0,5";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
echo "· $this_title ";
}
?>
|
|
|
其它 |
$strQuery="select id,title from titles where status='Y' and zhuanti_id=62 order by titles.id desc limit 0,5";
$db->query($strQuery);
while ($db->next_record()){
list($this_id,$this_title)=$db->Record;
echo "· $this_title ";
}
?>
|
|
|
|