-3
This is why you should not be passing the OK index by post on $_POST
. Debug the variable and see if everything you need is being sent.
-3
0
This is why you should not be passing the OK index by post on $_POST
. Debug the variable and see if everything you need is being sent.
Browser other questions tagged php html oop mvc
You are not signed in. Login or sign up in order to post.
It is because you are not sending anything by post in the "ok" position. Stop giving error, you can put
if(isset($_POST['ok']) && $_POST['ok'])
– Don't Panic
ALWAYS Read the error message calmly. It’s from the undefined, undefined variable "OK", in C:... on line 17. On your button, maybe, you didn’t put his name as OK
– UzumakiArtanis