skip to main | skip to sidebar

get free code

  • get free code
  • Blogger Template
  • Blogger Forum

Labels

  • .NET (1)
  • ajax (1)
  • C++ Codes (11)
  • PHP codes (10)
eXTReMe Tracker

php code for BBCODE

Posted On at by milan



function bbcode($text){
$text = str_replace('<', '<', $text);
$text = str_replace('>', '>', $text);
$text = str_replace('"', """, $text);

$text = str_replace('[b]', '', $text);
$text = str_replace('[/b]', '
', $text);
$text = str_replace('[i]', '', $text);
$text = str_replace('[/i]', '
', $text);
$text = str_replace('[u]', '', $text);
$text = str_replace('[/u]', '
', $text);
$text = str_replace('[url=', ' $text = str_replace('[/img]', '">', $text);
$text = str_replace('[c]', '

', $text);
$text = str_replace('[/c]', '
', $text);
$text = str_replace(']', '">', $text);

$text = str_replace('[B]', '', $text);
$text = str_replace('[/B]', '
', $text);
$text = str_replace('[I]', '', $text);
$text = str_replace('[/I]', '
', $text);
$text = str_replace('[U]', '', $text);
$text = str_replace('[/U]', '
', $text);
$text = str_replace('[URL=', '
$text = str_replace('[/IMG]', '">', $text);
$text = str_replace('[C]', '
', $text);
$text = str_replace('[/C]', '
', $text);
$text = str_replace(']', '">', $text);

$text = nl2br($text);
$text = trim($text);

return $text;
}
?>



PHP Free Code

Posted in |
Newer Post Older Post Home
 
Free Hit Counter
Free Hit Counters
Theme: Garland by Steven Wittens and Stefan Nagtegaal. by

Blog Archive

  • January (2)
  • July (21)
  • June (11)
  • May (6)
  • April (2)
  • March (18)
  • February (90)
  • January (44)