require("./inc/conn.php");
require("./config.php");
$cid=$_REQUEST["cid"];
$tipid=$_REQUEST["tipid"];
$word=$_REQUEST["word"];
$index2=1;
$tid=0;
?>
$sql = "select * from ".$xtb_name."_flash where type=0 order by pid asc,id desc";
$result =mysql_query($sql);
$url="";
$titlecn="";
$bookpic="";
$bookpicm="";
while($rs=mysql_fetch_array($result)){
$url="$url|$rs[url]";
$bookpic="$bookpic|$rs[bookpic]";
$bookpicm="$bookpicm|$rs[bookpicm]";
$titlecn="$titlecn|$rs[titlecn]";
}
$str_url=array();
$str_url=explode('|',$url);
$str_titlecn=array();
$str_titlecn=explode('|',$titlecn);
$str_bookpic=array();
$str_bookpic=explode('|',$bookpic);
$str_bookpicm=array();
$str_bookpicm=explode('|',$bookpicm);
$count = count($str_url);
?>
for ($i=1;$i<$count;$i++){
?>
-
}
?>