Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. echo stripslashes(json_encode(array(' list'=>$posts)));
  2.  
  3. {" list":[{"id":"1","type":"u0439u0446u0443u043au0435u043d","name":"","description":"","location":"","latitude":"","longitude":""},
  4. {"id":"3","type":"","name":"Cafe","description":"","location":"","latitude":"","longitude":""}]}
  5.  
  6. echo json_encode($posts, 256);
  7.  
  8. [{"id":"1","type":"йцукен","name":"","description":"","location":"","latitude":"","longitude":""},
  9. {"id":"3","type":"","name":"Cafe","description":"","location":"","latitude":"","longitude":""}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement