Porsche_maniak
Active Member
Code:
$value=str_replace($unwanted, $wanted, $value);
$unwanted = array("[img]", "[/img]");
$wanted = array("[img=", " width=200]");
When i use the above code,nothing happens.
$value=str_replace($unwanted, $wanted, $value);
$unwanted = array("[img]", "[/img]");
$wanted = array("[img=", " width=200]");