|
TheRaskol
70 posts |
#715 2015-02-05 05:32 GMT | |
|
peki alt bölümler?
Kod: e] foreach($bbcodes as $bbcode => $bbcodehtml) e]{ $text = eregi_replace($bbcode,$bbcodehtml,$text); } return($text); Kod: e] foreach($bbcodes_img as $bbcode => $bbcodehtml) e]
{ $text = eregi_replace($bbcode, $bbcodehtml, $text); }
|