You can get
Notice: Undefined index: *name* on line xx
if you are using select input box but there are not option inside it. In other words, it is empty. This can happen if a script populates the options which in some cases might be just empty.
You can get
Notice: Undefined index: *name* on line xx
if you are using select input box but there are not option inside it. In other words, it is empty. This can happen if a script populates the options which in some cases might be just empty.