Guest User

Untitled

a guest
Jun 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var fooBar = {firstName:"Daenerys",lastName:"Targaryen",titles:{...}};
  2.  
  3. var foo_bar = $_POST['fooBar'];
  4.  
  5. // this is where the problem arises
  6. foo_bar['firstName'];
  7. foo_bar['lastName'];
Add Comment
Please, Sign In to add comment