search
Homephp教程php手册自定义UBB的实现

为了实现简单的留言,不想让用户发html代码,但是同时又希望开通指定的几个标签,比如只允许发链接和图片
[img=http://www.baidu.com/logo.gif/]在留言栏中,用户可以用[url][/url] [img/] 标签来添加链接。
后台需要将这种格式的字符串替换成自定义UBB的实现的html标签。

用户提交留言并入库的过程略过,只要用strip_tags()将html标签过滤掉即可。……从数据库中读取留言,保存到$str中<br> $str=nl2br($str);//将textarea中的换行转换成<br>标签<br> $str=preg_replace("/\[img\=(.+?)\/\]/is", "<img alt="自定义UBB的实现" >", $str);//处理[img]标签<br> $str=preg_replace("/\[url\=(.+?)\](.+?)\[\/url\]/is", "<a>$2</a>", $str);//处理a标签

AD:真正免费,域名+虚机+企业邮箱=0元

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)