$rows"; } function auto($id) { $this->load->library("Resultcalc"); $rows = $this->resultcalc->auto($id); echo "
$rows"; } }