Welcome Guest, Not a member yet? Register   Sign In
how to get data with many parameter passing..?
#3

[eluser]pipiet06[/eluser]
i use
Code:
$queryn = $this->db->query($sql);
because there is
Code:
if ($queryn->num_rows() > 0) {
   $data['num_rows'] = $queryn->num_rows();                    
   $query = $this->db->query($sql . "LIMIT $start,$limit");
   $data['result'] = $query->result_array();
}
in the bellow

can someone gimme a right code..


Messages In This Thread
how to get data with many parameter passing..? - by El Forum - 08-03-2010, 08:30 PM
how to get data with many parameter passing..? - by El Forum - 08-04-2010, 12:26 AM
how to get data with many parameter passing..? - by El Forum - 08-04-2010, 12:45 AM
how to get data with many parameter passing..? - by El Forum - 08-04-2010, 02:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB