Welcome Guest, Not a member yet? Register   Sign In
MYSQL problem
#3

[eluser]InsiteFX[/eluser]
Try:
Code:
1)
var_dump($data);
exit;

$date = $data['date'];
$this->db->where('date =', $date);

2)
$date = $data['date'];
$usd  = $data['usd'];
$eur  = $data['eur'];

$exchange = array(
    'data' => $data,
    'usd'  => $usd,
    'eur'  => $eur
);

If that doe's not work try using this:
Code:
$this->db->where('date =', $this->data['date']);


Messages In This Thread
MYSQL problem - by El Forum - 11-21-2012, 05:43 PM
MYSQL problem - by El Forum - 11-21-2012, 06:25 PM
MYSQL problem - by El Forum - 11-21-2012, 07:15 PM
MYSQL problem - by El Forum - 11-22-2012, 12:57 AM
MYSQL problem - by El Forum - 11-22-2012, 01:06 AM
MYSQL problem - by El Forum - 11-22-2012, 04:01 AM
MYSQL problem - by El Forum - 11-22-2012, 04:14 AM
MYSQL problem - by El Forum - 11-24-2012, 07:07 AM
MYSQL problem - by El Forum - 11-24-2012, 12:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB