复制代码 代码如下:
require('../Connections/lr.php'); mysql_select_db($database_lr, $lr); $query = mysql_query("SELECT * FROM bigclass order by sort"); $j=0; while($row=mysql_fetch_array($query)) {$j=$j+1; $bigclassid=$row['bigclassid']; $bigclassname_leftmenu=$row['bigclassname']; if ($htmlname==1){ $bigclass_htmlname_leftmenu=$bigclassname_leftmenu;//大类名称 if (substr_count($bigclass_htmlname_leftmenu," ")>0){ $bigclass_htmlname_leftmenu= str_replace(" ","-",$bigclass_htmlname_leftmenu); } } if ($htmlname==0){ $bigclass_htmlname_leftmenu=$bigclassid; } ?> } ?> |



