The form works fine, but I get this error when the page displays:
Notice: Undefined index: submit in c:\apache\apache\htdocs\admin.php on line 28
Code:
if ($_POST['submit']) {
// process form
}
<input type="submit" name="submit" value="Submit">
Line 28 is the if statement above.. any ideas why I get the error? Thanks.