Advertisement
LrdArc

json

May 30th, 2016
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. // Set header to JSON
  4. header('Content-type: application/json; charset=utf-8');
  5.  
  6. /* Connect and select from DB here */
  7.  
  8. // Showing as JSON
  9. echo json_encode( $Arr );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement