Welcome Guest, Not a member yet? Register   Sign In
connecting to the database
#6

[eluser]CI_avatar[/eluser]
@wilfred: please check your $this->db->query($sql, array('EABL'));
when you are going to use db->query the argument their is only the query string.
Like this:

$this->load->database();
$sql = “SELECT * FROM hippo WHERE manufacturer = ?”;
$this->db->query($sql);

see the documentation for more info.


Messages In This Thread
connecting to the database - by El Forum - 10-29-2009, 05:43 PM
connecting to the database - by El Forum - 10-29-2009, 05:59 PM
connecting to the database - by El Forum - 10-29-2009, 06:40 PM
connecting to the database - by El Forum - 11-17-2009, 02:06 AM
connecting to the database - by El Forum - 11-17-2009, 03:26 AM
connecting to the database - by El Forum - 11-17-2009, 03:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB