Guest User

Untitled

a guest
Dec 9th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1.   while($obj = mysql_fetch_object($query_user_result_id))
  2.     $arr[] = $obj;
  3.   while($obj_ = mysql_fetch_object($query_user_cards_result_id))
  4.     $arr_ = $obj_;
  5.   while($obj__ = mysql_fetch_object($query_card_theme_result_id))
  6.     $arr__ = $obj__;
  7.  
  8. // deve essere tipo
  9. {
  10.     "status":"OK",
  11.     "users":[{
  12.         "name":"Diego",
  13.         "surname":"Stamigni",
  14.         "cards" : [{
  15.             "name" : "stocazzo",
  16.             "type" : "stafessa",
  17.             "theme" : {
  18.                 "name" : "porno",
  19.                 "path" : "./default/"
  20.             }
  21.         ]}
  22.     }]
  23. }
Add Comment
Please, Sign In to add comment