Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [
  2. {
  3. "productID":"10",
  4. "Name": "camisa"
  5. },
  6. {
  7. "productID":"20",
  8. "Name": "pantalon"
  9. }
  10. ]
  11.  
  12. $info = json_decode($response);
  13. echo "<h2>$info->Name</h2>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement