no don't change those. they have to match the names they are given in the form
<input type="text" name="username"> corresponds with $_POST['username']
etc
i already told you the only thing you have to change is the table/column names in the sql query if it doesn't match your setup.