query tanda tanya ?

 $sql =  "select * from tb_pengumuman WHERE id_pnm= ? ";
            $query = $this->db->query($sql, $dataa);
                if ($query->num_rows() > 0) {
                    $result = $query->row_array();
                    $query->free_result();
                    return $result;
                }

Subscribe to receive free email updates:

0 Response to "query tanda tanya ?"

Post a Comment