CodeIgniter Forums
gives error in variable - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: gives error in variable (/showthread.php?tid=80352)



gives error in variable - arslanturk - 10-21-2021

when listing database table

"A PHP Error was encountered Severity: Warning Message: ...."

i am getting an error. How can we fix this problem? 


Screenshot : https://prnt.sc/1wz0vwj


RE: gives error in variable - includebeer - 10-21-2021

The error is clear, the variable is not defined. But we can’t help you without seeing the code in the controller calling this view. And probably also the model getting this data.