I\'m doing some exercises from Beginners PHP & MySQL by Mr. Tucker.
On his example everything works fine, but on my PC there is an error:
You should define $passwordRetrieved before using it. This notice does not affect it at all.
$passwordRetrieved
To avoid this, define it:
$thisScriptName = "loginForm.php"; $passwordRetrieved;