UserApplePie / UAP-3-Forum-Plugin

UserApplePie v3 Forum Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using HTML PHP and other languages within a forum post.

davarravad opened this issue · comments

commented

When a user posts code to the forum, it may not take all the code. Look into fixing that. ;-)

commented

Use
$content = htmlspecialchars($content);
before saving to database.