Advertisement
Guest User

Untitled

a guest
Jun 29th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.10 KB | None | 0 0
  1.  
  2. array(2) {
  3.   [66998]=>
  4.   array(3) {
  5.     [0]=>
  6.     array(3) {
  7.       ["ID"]=>
  8.       int(0)
  9.       ["Date"]=>
  10.       string(10) "2011-05-11"
  11.       ["Quantity"]=>
  12.       int(50)
  13.     }
  14.     [1]=>
  15.     array(3) {
  16.       ["ID"]=>
  17.       int(1)
  18.       ["Date"]=>
  19.       string(10) "2011-05-15"
  20.       ["Quantity"]=>
  21.       int(50)
  22.     }
  23.     [2]=>
  24.     array(3) {
  25.       ["ID"]=>
  26.       int(2)
  27.       ["Date"]=>
  28.       string(10) "2011-05-15"
  29.       ["Quantity"]=>
  30.       int(50)
  31.     }
  32.   }
  33.   [81158]=>
  34.   array(4) {
  35.     [0]=>
  36.     array(3) {
  37.       ["ID"]=>
  38.       int(0)
  39.       ["Date"]=>
  40.       string(10) "2011-05-11"
  41.       ["Quantity"]=>
  42.       int(25)
  43.     }
  44.     [1]=>
  45.     array(3) {
  46.       ["ID"]=>
  47.       int(1)
  48.       ["Date"]=>
  49.       string(10) "2011-05-12"
  50.       ["Quantity"]=>
  51.       int(60)
  52.     }
  53.     [2]=>
  54.     array(3) {
  55.       ["ID"]=>
  56.       int(2)
  57.       ["Date"]=>
  58.       string(10) "2011-05-16"
  59.       ["Quantity"]=>
  60.       int(60)
  61.     }
  62.     [3]=>
  63.     array(3) {
  64.       ["ID"]=>
  65.       int(3)
  66.       ["Date"]=>
  67.       string(10) "2011-05-18"
  68.       ["Quantity"]=>
  69.       int(60)
  70.     }
  71.   }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement