首页/技术开发/内容

PHP脚本的10个技巧(转自ZDNet) --采纳PHP的用户认证

技术开发2023-09-14 阅读()
($PHP_AUTH_PW != "goodpassword")) {
 /* If either the username entered is incorrect, or the password entered is incorrect, send the headers causing dialog box to appear */
 header('WWW-Authenticate: Basic realm="My Private Stuff"');
 header('HTTP/1.0 401 Unauthorized');
 echo 'Authorization Required.';
 exit;
} else if (($PHP_AUTH_USER == "validname") (北联网教程,专业提供视频软件下载)

第1页  第2页  第3页  第4页  第5页  第6页  第7页 

……

相关阅读