已采纳回答 / 堕落之罪
require_once '../include.php';$username=$_POST['username'];$password=md5($_POST['password']);$verify=$_POST['verify'];$verify1=$_SESSION['verify'];$autoFlag=$_POST['autoFlag'];if($verify==$verify1){ $spl="select * from imooc_admin where username='{$use...
2016-08-12
温馨提示,视频中挖了很多坑需要自己填
1.记得自己链接数据库,传入$link,使用完毕close
2.html中调用 js的editAdmin()记得这边传参数,内边接收。
3.其他页面接收记得看好是get,还是post过去的。
4.还有很多。。。忘了
1.记得自己链接数据库,传入$link,使用完毕close
2.html中调用 js的editAdmin()记得这边传参数,内边接收。
3.其他页面接收记得看好是get,还是post过去的。
4.还有很多。。。忘了
2016-08-11
为什么?
Warning: require_once(../include.php): failed to open stream: No such file or directory in F:\phpStudy\WWW\shopKenny\admin\getVerify.php
Fatal error: require_once(): Failed opening required '../include.php' (include_path='.;C:\php\pear') in F:\phpStudy\WWW\shopKenny\admin\getVerify.php
Warning: require_once(../include.php): failed to open stream: No such file or directory in F:\phpStudy\WWW\shopKenny\admin\getVerify.php
Fatal error: require_once(): Failed opening required '../include.php' (include_path='.;C:\php\pear') in F:\phpStudy\WWW\shopKenny\admin\getVerify.php