Generer des Utilisateurs

input->post('cherch')) { $match=$this->input->post('searchbtn'); $this->db->or_like('firstname', $match); $this->db->or_like('lastname',$match); $this->db->or_like('country_code',$match); $this->db->or_like('network',$match); $this->db->or_like('member_code',$match); $this->db->or_like('category',$match); $this->db->or_like('email',$match); $this->db->or_like('phone',$match); $result=$this->db->get('users', $match); $numrows=$result->num_rows(); $num = 0; if ($numrows > 0) { ?> result() as $row ) { $num++; echo ""; } ?> db->close(); ?>
PrenomNomcode
pays
Reseaucode
member
MailcategoryNumero de
telephone
ModifierEffacer
$row->firstname $row->lastname $row->country_code $row->network $row->member_code $row->email $row->category $row->phone

A product of ILINK Company

© 2016