Welcome Guest, Not a member yet? Register   Sign In
Noob w/ Select issues
#1

[eluser]fildawg[/eluser]
Hi, Please excuse the question from a noob. I'm trying to select a row from a table and then use the elements for futher logic. Here's the code:

$query = $this->db->select('code, expires_dt, amount');
$query = $this->db->from('promotions');
$query = $this->db->where('code', $coupon_code);
$query = $this->db->get();

echo 'Num_rows: ' . $query->num_rows();
echo 'Amount: '. $query->amount;

How can I access the data selected?

TIA!


Messages In This Thread
Noob w/ Select issues - by El Forum - 10-11-2009, 01:49 PM
Noob w/ Select issues - by El Forum - 10-11-2009, 02:00 PM
Noob w/ Select issues - by El Forum - 10-11-2009, 03:15 PM
Noob w/ Select issues - by El Forum - 10-11-2009, 05:30 PM
Noob w/ Select issues - by El Forum - 10-12-2009, 08:16 AM
Noob w/ Select issues - by El Forum - 10-12-2009, 08:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB