This is just a notification that the variables are referenced in the request without being in scope.
$username $password doLogin() . .
$username $password. - :
if( isset($_POST['username']) && isset($_POST['password'])){
}else{
}
20, , , . :
: , , , SQL
. PDO ( ) mysql_escape_string()
!