最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
dedecms 软件批量增加描述连接方法
时间:2022-07-02 09:25:52 编辑:袖梨 来源:一聚教程网
_connect('localhost','root','root') or die('database connect failer');
mysql_select_db('m');
mysql_query("set Names 'gb2312'");
$sql = "Select aid,introduce from d_addonsoft order by aid desc limit 0,2";
$query = mysql_query( $sql );
while( $rs = mysql_fetch_array( $query ) )
{
$body = keywords($rs['introduce'],$array);
$s ="Update d_addonsoft set introduce ='$body' where aid=".$rs['aid'];
mysql_query($s);
echo $body,'
';
}
$array = array(
array('aa','/bb/'),
array('cc','111cnnet')
);
$str ='bb 矢量 cc 矢量素材';
echo keywords($str,$array);
function keywords( $str,$array )
{
$count =0;
foreach($array as $v){
echo $v[0],'
';
if(strstr($str,$v[0])!==false){
if( $count
$str=preg_replace("/$v[0]/","",$str,1);
$count++;
continue;
}
}
}
return $str;
}
?>
相关文章
- 大周列国志封禅四方玩法攻略分享 10-18
- 王于兴师百家争鸣全新地图介绍 10-18
- 洛伊的移动要塞英雄好感度玩法攻略 10-18
- 地下城堡4骑士与破碎编年史闪电瓶图纸获取 10-18
- 卡车人生神州C7获取方法攻略分享 10-18
- 王于兴师全部天气环境效果一览 10-18