Welcome Guest, Not a member yet? Register   Sign In
unable to display values from array in a view
#7

no luck

I tried both

foreach ($fee_detail as $key => $data) {

and

foreach ($fee_detail as $data) {

tried to pick the last_query, and the result is strange:
echo $this->anotherDb->last_query();
die();

SELECT `payment_amount` FROM `payments` WHERE `payment_student` = '44' AND date_format(fee_month,"%d-%m%Y") >= date_format(curdate(),"00-%m-%Y") AND `payment_status` =0
Reply


Messages In This Thread
RE: unable to display values from array in a view - by nadeem14375 - 11-25-2017, 01:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB