Home > Backend Development > PHP Tutorial > Display formatted user input_PHP tutorial

Display formatted user input_PHP tutorial

WBOY
Release: 2016-07-13 17:12:44
Original
887 people have browsed it

这个文档描述如何安全显示的有格式的用户输入。我们将讨论没有经过过滤的输出的危险,给出一个安全的显示格式化输出的方法。
没有过滤输出的危险
如果你仅仅获得用户的输入然后显示它,你可能会破坏你的输出页面,如一些人能恶意地在他们提交的输入框中嵌入
javascript脚本:
This is my comment.

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template