Advertisement
ari72

Diklat

Jun 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. function hitung()
  2.     {
  3.         $id=$this->input->get('id');
  4.         $this->mod_diklat->proses_hitung($id);      
  5.         if($this->mod_diklat->proses_hitung($id)==TRUE)
  6.         {
  7.             echo json_encode(array('status'=>'ok'));
  8.         }else{
  9.             echo json_encode(array('status'=>'no'));
  10.         }      
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement