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.
Undefined index: captcha error について教えてください。エラーは、「captcha」が次のコードで定義されていないことを示しています:-
if(!isset($_REQUEST['captcha']) || (strtolower($_REQUEST['captcha']) != strtolower($_SESSION['captcha']))) {
よろしくお願いします。
$_REQUEST で定義されていますが、おそらく $_SESSION では定義されていません。