//If the user has submitted the form
if (!isset($_POST['Submit']) || ($_POST['Submit'] != 'Register')){
//protect the posted value then store them to variables
$username=($_POST['username'])
$password=($_POST['password'])
//Check if the username or password boxes were not filled in
私が抱えているこのエラーを修正できないようですか?ErrorException [解析エラー]: 構文エラー、予期しない '$password' (T_VARIABLE)