如何把html表单内容通过php存储于xml
1个回答
2016-12-18 · 知道合伙人互联网行家
关注
展开全部
将HTML 转换为实体就好了
<?php
echo htmlentities($_POST['test'],ENT_COMPAT ,'utf-8');
?>
<form method="post" action=''>
<input type='text' name="test" value='<div class="test">什么乱七的东东</div>' />
<input type="submit" />
</form>
<?php
echo htmlentities($_POST['test'],ENT_COMPAT ,'utf-8');
?>
<form method="post" action=''>
<input type='text' name="test" value='<div class="test">什么乱七的东东</div>' />
<input type="submit" />
</form>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询