2017-12-10 16:11:48
大家学习下载的JQ是哪个版本的呢?
Production version - 用于实际的网站中,已被精简和压缩。Development version - 用于测试和开发(未压缩,是可读的代码)
0
1
1760
2017-12-09 22:58:40
2017-12-09 16:08:52
老师case'edit': 下面的代码好像少了
case'edit': $id=$_POST['id'];我反复测试发现where id='$id';里面的$id是错误的,因为edit.php的表格并没有提交$id,所以要在action.php下重新获取设置一个变量。终于弄出来了。不知道是不是有别的办法我弄错了。
0
2
1515
2017-12-04 19:45:52
请问提交表单是空白是哪里出错了
<?php if(trim($_POST['password']) != trim($_POST['repassword'])){ exit ("两次使用的密码不一致,请返回上一页"); } $username = trim($_POST['username']); $password = md5(trim($_POS
0
7
2075
2017-11-24 15:54:57
2017-11-20 15:07:04
为什么我输入了refresh不会跳转?请教大神支招!
<?php header('content-type:text/html;charset=utf-8'); if(isset($_post['submit'])){ $username = $_post['username']; $password = $_post['password']; if(empty($u
0
1
1902
2017-11-17 19:49:41
为什么我写的PHP不行
提示我:Notice: Undefined variable: var_dump in D:\phpStudy\PHPTutorial\WWW\my.php on line 11Fatal error: Function name must be a string in D:\phpStudy\PHPTutorial\WWW\my.php on l
0
2
1506
2017-10-20 12:05:42