![]() |
Undefined variable: table - 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: Undefined variable: table (/showthread.php?tid=28972) |
Undefined variable: table - El Forum - 03-26-2010 [eluser]Unknown[/eluser] Hello, I'm getting the error: A PHP Error was encountered Severity: Notice Message: Undefined variable: table Filename: controllers/fotos.php because this error is occurring? my file fotos.php Code: <?php Undefined variable: table - El Forum - 03-26-2010 [eluser]eric cumbee[/eluser] i think it is because you are trying to append a string to a variable that you have not declared. |