我正在像这样在我的喊话箱中大声喊叫:
$text = "[color=Lime][b]Um novo torrent foi criado no ".$GLOBALS["SITENAME"]." @ [url=details.php?id=".$id."] $torrent [/url] [/color] pelo membro [url=member-details.php?id=".$CURUSER[id]."] ".$CURUSER[username]." [/url].[/b]";
它适用于指向用户的链接:[url=member-details.php?id=".$CURUSER[id]."]
它显示:http://......../member-details.php?id=\'2\'
而不是 http://......../member-details.php?id=2
有人可以帮忙吗?