Rumah  >  Artikel  >  pembangunan bahagian belakang  >  小弟我的表单里面为什么输入一个引号就提交超时,提交不上去,不是注入,是压根submit就超时

小弟我的表单里面为什么输入一个引号就提交超时,提交不上去,不是注入,是压根submit就超时

WBOY
WBOYasal
2016-06-13 12:10:52961semak imbas

我的表单里面为什么输入一个引号就提交超时,提交不上去,不是注入,是压根submit就超时

就这样一个表单, 提交半角的单引号, 或者双引号 ,就超时 .
apache2.24 ,php5.3.27 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml" lang="zh" xml:lang="zh"><br /><head><br /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><br /><title>黑</title><br /></head><br />  <body><br /> <br />	<div><br />	<form name="input" action="" method="post"><br />           <input maxlength="20" name="tbName"><br />           <input type="submit" value="submit" /><br /></form><br /><br />	</div><br />	<br />  </body><br /></html>

------解决思路----------------------
你的action的内容呢
------解决思路----------------------
不會超時啊。
只是提交到本頁而已。
<br /><?php<br />if($_POST){<br />	print_r($_POST);<br />}<br />?><br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml" lang="zh" xml:lang="zh"><br /><head><br /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><br /><title>黑</title><br /></head><br />  <body><br />  <br />    <div><br />    <form name="input" action="" method="post"><br />           <input maxlength="20" name="tbName"><br />           <input type="submit" value="submit" /><br /></form><br /> <br />    </div><br />     <br />  </body><br /></html><br />



------解决思路----------------------
你用什么浏览器测试的 ? 多用几个浏览器试试看。
------解决思路----------------------
php.ini 中打开错误提示功能看看。
display_errors = On  

改完记得重启下Apache。
------解决思路----------------------
你的代码真的只有主贴中那些吗?

打开错误提示功能,测试看页面有没有有报错。
------解决思路----------------------
可能吧,你可以将防火墙和防入侵的神马关闭了试试看就知道了。
------解决思路----------------------
页面提交,你是怎么接收?
------解决思路----------------------
这个。。。。。我测试了一下没有超时。是不是已经改代码了?
------解决思路----------------------
测试没发现超时

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn