![]() |
PHP Error: Undefined Index in controller - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: PHP Error: Undefined Index in controller (/showthread.php?tid=47604) |
PHP Error: Undefined Index in controller - El Forum - 12-14-2011 [eluser]Unknown[/eluser] Code: A PHP Error was encountered Code: A PHP Error was encountered Okay, so here I am again, begging even just for a little of your knowledge to share with me. ![]() I have this page that shows account owners their information. I get this error every time I try to view an account information in my system. The controller for this page is controller.php. Here's the lines that points to the error: Code: public function update_details(){ Can anyone help me on this? Thanks in advance! ![]() |