Welcome Guest, Not a member yet? Register   Sign In
Database Error: 1064
#2

[eluser]danmontgomery[/eluser]
[quote author="Eric Mahaffey" date="1277497088"]Well hoping I can get some help, I've searched forums and googled this any way I can think of but haven't found a solution.[/quote]

Have you tried the user guide?

http://ellislab.com/codeigniter/user-gui...eries.html

Code:
$data['query'] = $this->db->get($sql);
should be
Code:
$data['query'] = $this->db->query($sql);


Messages In This Thread
Database Error: 1064 - by El Forum - 06-25-2010, 09:18 AM
Database Error: 1064 - by El Forum - 06-25-2010, 10:45 AM
Database Error: 1064 - by El Forum - 06-25-2010, 11:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB