I only get this
Notice: Undefined index: username in C:\Windows\xampp\htdocs\Create.php on line 54
Notice: Undefined index: password in C:\Windows\xampp\htdocs\Create.php on line 55
Notice: Undefined index: confirm in C:\Windows\xampp\htdocs\Create.php on line 56
Notice: Undefined index: submit in C:\Windows\xampp\htdocs\Create.php on line 57
Register
[php]
<?php include "Header.php"; echo "
Register
|
";
$Username = $_POST['username'];
$Password = $_POST['password'];
$Confirm = $_POST['confirm'];
$Submit = $_POST['submit'];
if($Submit) {
if (!$Username) {
echo"