in my wapdesire-lavalair version (old version) i have a problem using the bbcode for images.. i use this code
but don't works..no image appears..
Code:
$text = preg_replace("/\[img\=(.*?)\](.*?)\[\/img\]/is","<img src=\"http://\" alt=\"\" />", $text);
Comment