This page isn’t working using while loop. |
Thanks dear,
Found the mistake, I needed to store the values in an array with in the for loop and then out of the loop return that array. { for () { ... ... ... $result_array[] = $query->result_array(); //$this->db->get()->result() } return $result_array; } |
Messages In This Thread |
This page isn’t working using while loop. - by nadeem14375 - 11-23-2017, 01:21 AM
RE: This page isn’t working using while loop. - by Wouter60 - 11-24-2017, 01:02 AM
RE: This page isn’t working using while loop. - by nadeem14375 - 11-24-2017, 11:47 AM
RE: This page isn’t working using while loop. - by nadeem14375 - 11-24-2017, 01:34 PM
|