Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (!ob_start("ob_gzhandler")) {
  2. ob_start();
  3. }
  4.  
  5. header('Cache-Control: no-cache, must-revalidate');
  6. header('Expires: Mon, 01 Jan 1996 00:00:00 GMT');
  7. header('Content-Type: application/json; charset=UTF-8');
  8.  
  9. echo json_encode($serviceData);
  10.  
  11. ob_end_flush();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement