Pastebin
show all
PaniC posted at 2015-04-09 12:06:36 | show line numbers
url bbcode
<?php
$news = '[url=http://openmafia.org/~thepanic/openarena/nub/howto.php]try out the brand-new cityconfig! /exec city/city.cfg[/url]';
$news = preg_replace('/\[url=(.+?)\](.+?)\[\/url\]/', '<a href="\1">\2</a>', $news);
?>