as most probly will be able to tell im new to php, i am trying to write a simple register php. im getting a undefined index and error on line 2,5,7,8,10 ,11 here is my script.
<?php
echo "<h1>Register</h1>";
$submit = $_POST['submit'];
$fullname = $_POST['fullname'];
$username =...