所以我有一個註冊表單,並且在代碼頂部有一些PHP。它給我這個錯誤:提交HTML表單後的「未定義索引」通知
Notice: Undefined index: register in /home/content/04/7195304/html/index.php on line 20
這是第20行:
if ($_POST['register']) {
這裏提交按鈕:
<input type="submit" class="gobutton" value="Register" name="register"/>
編輯
因此,這裏是我的表單標籤:
<form action="index.php" method="POST">
你還沒有告訴我們足夠的代碼。特別是,你還沒有演示你的'