Recently I updated from Xampp 1.7.3 to 1.7.4, when I go into a login page on my site (written in PHP) i get an error message “Notice: Undefined index: submitbutt in C:\xampp\htdocs\bazaar\login.php on line 22” this message is in the body of the code
If I enter a user name that is in my database, it allows me to log in, but i then get 2 error message appearing above the header:
1"Notice: Use of undefined constant myusername - assumed ‘myusername’ in C:\xampp\htdocs\bazaar\purchase.php on line 4"
And
2"Deprecated: Function session_is_registered() is deprecated in C:\xampp\htdocs\bazaar\purchase.php on line 4"
Until I updated Xampp, I had none of these code errors. Can someone help out please?