I'm querying a DB but for reasons unbeknownst to me I keep getting undefined index.
The Undefined index it's referring to IS in the DB and everything IS spelld correctly. (I've checked & re-checked) yet still undefined index.
As part of my diagnosis I changed it from $variable['index']
to $ariable['index']
and I get an undefined variable so I know the variable works.
Additionally, I am selecting *
in the query behind $variable yet I'm still getting the undefined index.
If anyone could set me straight on what's happening I'd be most appreciative and I thank you in advance.