You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
everything works fine but when I log in I'm not getting any value for id, mobile number or email. When I check the error log it says the following errors:
PHPNotice: Undefined property: stdClass::$id
PHPNotice: Undefined property: stdClass::$phone
PHPNotice: Trying to get property of non-object
I just changed the final variable to $_SESSION['final'].
The text was updated successfully, but these errors were encountered:
everything works fine but when I log in I'm not getting any value for id, mobile number or email. When I check the error log it says the following errors:
PHPNotice: Undefined property: stdClass::$id
PHPNotice: Undefined property: stdClass::$phone
PHPNotice: Trying to get property of non-object
I just changed the final variable to $_SESSION['final'].
The text was updated successfully, but these errors were encountered: