Вход Регистрация
* [Mc]Laren

Функция ВВ-кодов

  1. function bb_code($text)
  2. {
  3. $text=preg_replace('/\[b\](.+)\[\/b\]/sU' , '<b>\1</b>', $text);
  4. $text=preg_replace('/\[i\](.+)\[\/i\]/sU', '<i>\1</i>', $text);
  5. $text=preg_replace('/\[u\](.+)\[\/u\]/sU', '<u>\1</u>', $text);
  6. $text=preg_replace('/\[s\](.+)\[\/s\]/sU', '<s>\1</s>', $text);
  7. $text=preg_replace('/'.preg_quote('[url=').'(.+)\](.+)&#9 2;[\/url\]/sU', '<a href="\1">\2</a>', $text);
  8. $text=preg_replace('/\[url\](.+)\[\/url\]/sU', '<a href="\1">\1</a>', $text);
  9. return $text;
  10. }
» Описание: Функция ВВ-кодов
» Время добавления: 8 Апр 2015 в 15:52
» Посмотров: 1447
» textarea
» Рейтинг: [+2 | -1]
Комментарии [0]
Онлайн: 1
Реклама