Welcome Guest, Not a member yet? Register   Sign In
Captcha helper problem
#6

[eluser]mi6crazyheart[/eluser]
Try to use this piece of code instead of u'r code...

Code:
// Then see if a captcha exists:
$sql = "SELECT COUNT(*) AS count FROM captcha WHERE word = ? AND ip_address = ? AND captcha_time > ?";
$binds = array($captcha, $this->input->ip_address(), $expiration);
$query = $this->db->query($sql, $binds);
$row = $query->row();


Messages In This Thread
Captcha helper problem - by El Forum - 07-05-2011, 01:39 AM
Captcha helper problem - by El Forum - 07-05-2011, 07:05 AM
Captcha helper problem - by El Forum - 07-05-2011, 10:26 AM
Captcha helper problem - by El Forum - 07-05-2011, 11:23 AM
Captcha helper problem - by El Forum - 07-05-2011, 11:52 AM
Captcha helper problem - by El Forum - 07-05-2011, 12:21 PM
Captcha helper problem - by El Forum - 07-05-2011, 12:30 PM
Captcha helper problem - by El Forum - 07-05-2011, 08:33 PM
Captcha helper problem - by El Forum - 07-05-2011, 08:49 PM
Captcha helper problem - by El Forum - 07-06-2011, 12:39 AM
Captcha helper problem - by El Forum - 07-06-2011, 09:30 AM
Captcha helper problem - by El Forum - 07-06-2011, 09:57 AM
Captcha helper problem - by El Forum - 07-06-2011, 11:26 AM
Captcha helper problem - by El Forum - 07-06-2011, 01:52 PM
Captcha helper problem - by El Forum - 07-06-2011, 11:59 PM
Captcha helper problem - by El Forum - 07-07-2011, 12:31 AM
Captcha helper problem - by El Forum - 07-07-2011, 01:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB