Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // Set header to JSON
- header('Content-type: application/json; charset=utf-8');
- /* Connect and select from DB here */
- // Showing as JSON
- echo json_encode( $Arr );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement