GWibisono

ini

May 6th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  function get_cirle()
  2.     {
  3.         $test = $this->db->query("select receive_type, pengunjung from tbl_circle");
  4.         $receive_type=array();
  5.         $pengunjung=array();
  6.         while ($data=mysql_fetch_array($test)){
  7.         {
  8.              echo "['".$data['receive_type']."',".(int)$data["pengunjung"]."],";
  9.         }
  10.         return $data;
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment