$_POST取不到值

浏览:2277 发布日期:2013/05/20 分类:求助交流
url:Tpl/Search/index.html
<form method="post" action="__APP__/Search/index"><input type="text" name="keyword" size="60" /><input type="submit" value="搜索" /></form>
url:Search/index
为啥用$_POST["keyword"]取不到值

url:Tpl/Index/index.html
<form method="post" action="__APP__/Index/search"><input type="text" name="keyword" size="60" /><input type="submit" value="搜索" /></form>
url:Index/index
用$_POST["keyword"]就可以取到值
最佳答案
评论( 相关
后面还有条评论,点击查看>>