PHP提交HTML表单出错
PHP提交HTML表单出错,提交HTML表单时,表单中的超链接和图片链接出错,如提交时代码为:<P><IMGsrc="http://mail.b.gp/sinade/Si...
PHP提交HTML表单出错,提交HTML表单时,表单中的超链接和图片链接出错,如提交时代码为:
<P><IMG src="http://mail.b.gp/sinade/SinaEditor_yhz/uploadfile/201008311283260380.jpg"></P>
结果,返回的,
<P><IMG src=\"http://mail.b.gp/sinade/SinaEditor_yhz/uploadfile/201008311283260380.jpg\"></P>
返回的值和原值不同,导致无法链接。(注:个别空间返回的值是正常的。)
<?php
header('content-type:text/html;charset=gb2312);
$message=$_POST['message'];
echo "<html><head><title>message</title></head><body>
$message </body></html>";
?> 展开
<P><IMG src="http://mail.b.gp/sinade/SinaEditor_yhz/uploadfile/201008311283260380.jpg"></P>
结果,返回的,
<P><IMG src=\"http://mail.b.gp/sinade/SinaEditor_yhz/uploadfile/201008311283260380.jpg\"></P>
返回的值和原值不同,导致无法链接。(注:个别空间返回的值是正常的。)
<?php
header('content-type:text/html;charset=gb2312);
$message=$_POST['message'];
echo "<html><head><title>message</title></head><body>
$message </body></html>";
?> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询