Skip to content

Instantly share code, notes, and snippets.

@sonnylazuardi
Created November 7, 2013 16:08
Show Gist options
  • Save sonnylazuardi/7357141 to your computer and use it in GitHub Desktop.
Save sonnylazuardi/7357141 to your computer and use it in GitHub Desktop.
while($row = mysqli_fetch_array($hasil)){
$result->daftarbuku[] = array(
'judul' => $row['judul'],
'jumlah' => $row['halaman'],
'pengarang' => $row['pengarang'],
);
}
return $result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment