Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助我解决未定义的索引:验证码错误。错误说“验证码”未使用以下代码定义:-
if(!isset($_REQUEST['captcha']) || (strtolower($_REQUEST['captcha']) != strtolower($_SESSION['captcha']))) {
请协助。
定义在 $_REQUEST 但可能不在 $_SESSION 中。