PHP MVC ERROR, everything is working but this error message is left on the site

-3

Notice: Undefined index: ok in C: \ xampp \ htdocs \ olimpiada \ controller \ ControlUser.php on line 17

    
asked by anonymous 20.06.2017 / 16:11

1 answer

0

This is why you should not be passing the OK index per post in $_POST . Debug the variable and see if everything you need is being sent.

    
14.07.2017 / 21:12