摘要: 平时用$_post[''],$_get['']获取表单中参数时会出现Notice: Undefined index: 我们经常接收表单POST过来的数据时报Undefined index错误,如下: $act=$_POST['action']; 用以上代码总是提示 Notice: Undefined 阅读全文
posted @ 2017-08-25 18:35 海阔天空98 阅读(964) 评论(0) 推荐(0) 编辑