mysql数据表中内容转换到php页面问题
mysql数据表中存的内容是这样的[b]回复[url=forum.php?mod=redirect&goto=findpost&pid=8&ptid=3][color=O...
mysql数据表中存的内容是这样的[b]回复 [url=forum.php?mod=redirect&goto=findpost&pid=8&ptid=3][color=Olive]123456[/color] 的帖子[/url][/b]
如何将他转换后在php页面输出这样的效果 展开
如何将他转换后在php页面输出这样的效果 展开
2个回答
展开全部
$str=str_replace("[","<",$str);
$str=str_replace("]",">",$str);
$str=str_replace("url=","a href=",$str);
$str=str_replace("/url","/a",$str);
$str=str_replace("color=","font color=",$str);
$str=str_replace("/color","/font",$str);
echo $str;
$str=str_replace("]",">",$str);
$str=str_replace("url=","a href=",$str);
$str=str_replace("/url","/a",$str);
$str=str_replace("color=","font color=",$str);
$str=str_replace("/color","/font",$str);
echo $str;
追问
我现在是这样输出的你看怎么加呀
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询