PHP Undefined Array key and uncaught Type error

0 votes

My errors are : 

Warning: Undefined array key "email" in C:\xampp\htdocs\loginsystem\db\login.php on line 4

Warning: Undefined array key "password" in C:\xampp\htdocs\loginsystem\db\login.php on line 5

Fatal error: Uncaught TypeError: Unsupported operand types: string + string in C:\xampp\htdocs\loginsystem\db\login.php:9 Stack trace: #0 {main} thrown in C:\xampp\htdocs\loginsystem\db\login.php on line 9

And the lines are:

3. if(isset($_POST['loginsubmit'])){

4.      $email = $_POST['email'];

5.     $password = $_POST['password'];

6.

7. if($email==''){

8.        $msg = "email is required";

9.          header('Location:../login.php?errmsg='+$msg);

      }

Mar 25, 2022 in Others by anonymous

edited Mar 4 29 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP