Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samfcmc/f8b155457136e9db07dd9c300018e42b to your computer and use it in GitHub Desktop.
Save samfcmc/f8b155457136e9db07dd9c300018e42b to your computer and use it in GitHub Desktop.
<?php
$data = getDataFromDatabase();
// Let's output the $data variable's content
var_dump($data);
echo json_encode($data);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment