So I have a form for my register system. When the form submits and there\'s errors, (like \'Enter a username first!\' or \'You must provide a password!\') it successfully refres
This error means that you forget a '$' in front of the variable 'username'.
Hope this help