include "fuction/config.php"; $db=conndb(); mysql_select_db($data,$db); $str="select ID,Title from t_zcfaq where type='zgzcfaq' and alive=1 order by top_id desc, ID desc "; $res=mysql_query($str,$db); ?>