Advertisement
drzeo

php edit

Dec 18th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. var $table = 'produk';
  3. $where = array('id' => $id);
  4. $data = $this->DButama->GetDBWhere($this->table,$where)->row();
  5. echo json_encode($data);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement