首頁  >  文章  >  php教程  >  php+javascript幻灯片生成代码

php+javascript幻灯片生成代码

WBOY
WBOY原創
2016-06-08 17:26:401956瀏覽
<script>ec(2);</script>

$bbsconn=mysql教程_connect("localhost","root","");
mysql_select_db("lsmsql",$bbsconn);
$kind="幻灯片";
$sql="select * from sa_article where kind='$kind' order by articleid desc limit 0,6";
$result=mysql_query($sql);
$pics=$links=$texts="";
    while ($rows=mysql_fetch_array($result)){

  $pics.="/attached/".$rows['source']."|";

  $links.="show.php?id=".$rows['articleid']."|";

  $texts.=$rows['title']."|";

}
$pics=substr($pics,0,-1);

$links=substr($links,0,-1);

$texts=substr($texts,0,-1);
?>






骞荤
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn