Advertisement
flwkjlwekjfs

Untitled

Jul 13th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2.  
  3. $thing=array( array( name => "arthur",
  4. id => "1",
  5. blah => 1.0
  6. ),
  7. array( name => "bob",
  8. id => "2",
  9. blah => 3.0
  10. )
  11. );
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement