![]() |
Queried Links - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Queried Links (/showthread.php?tid=10027) |
Queried Links - El Forum - 07-16-2008 [eluser]Bl4cKWid0w[/eluser] I am having some trouble with the anchor function. I have loaded the function in my main.php controller and am using the link in my main_view.php view. My links are stored in my database so I use a query to gather the information. I have a table for link "categories" and then another table for the actual links which contain a row that says which category they go under. I use the following code in my main_view file to gather the information: Code: <?php The link itself displays fine, except for the fact that there's a huge error message above each of the links. This is the error that I am getting: Quote:A PHP Error was encountered Anyone have any ideas? Queried Links - El Forum - 07-16-2008 [eluser]jcopling[/eluser] Sorry to state the obvious first, but is there a field called linkDestination in that table? And if there is, does the generated URL display the expected result? |