Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {"dDsdE4AlB7P5YYd4fWbYTQKCLPh1":{"email":"abhi@gmail.com","name":"abhishek"},
  2. "z1ceiLhdh9YVu7lGnVvqDWoWHFH3":{"email":"ravi@gmail.com","name":"ravish"},
  3. "ghg76JHG8jhkj7GHGJ763kjhFF45":{"email":"John@gmail.com","name":"John"}}
  4.  
  5. $url = 'https://xxxx.firebaseio.com/users.json'; // path to JSON file
  6. $data = file_get_contents($url); // put the contents of the file into a variable
  7. $characters = json_decode($data); // decode the JSON feed
  8.  
  9. echo $characters->dDsdE4AlB7P5YYd4fWbYTQKCLPh1->name;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement