$db->query("INSERT INTO ".$prefix."replacements VALUES('4','url','<a href=\\'{param}\\'>{param}</a>','Insert a Hyperlink (replace the X with your url)','[url]http://www.flashbb.net[/url]','','bbcode','bb_url.gif','yes','yes')");
im having problems with this line of code... locally and on my host (php 4.3) it work perfectly but one of my users got an
Parse error: parse error, unexpected T_STRING
error in that line...
i dont see the problem, maybe the { has to be escaped for some older php versions?
btw: why do the php tags remove all backslashes ????
thanks for any help,
RedDragon