[Solved] A PHP Error was encountered Severity: Notice Message: Undefined index: questions


it means you call for an array variable’s index ‘question’, and that index does not exist in that array. Maybe in function update(), $_POST[‘question’]. Not sure. You should provide the full error msg, like file and line.
Also: the view if that’s the case. And make this sound more like a question.

solved A PHP Error was encountered Severity: Notice Message: Undefined index: questions