Advertisement
Guest User

Untitled

a guest
Dec 26th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.83 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => stdClass Object
  4.         (
  5.             [id] => 1780
  6.             [lead_id] => 383
  7.             [form_id] => 1
  8.             [field_number] => 9.1
  9.             [value] => First Choice
  10.         )
  11.  
  12.     [1] => stdClass Object
  13.         (
  14.             [id] => 1779
  15.             [lead_id] => 383
  16.             [form_id] => 1
  17.             [field_number] => 8
  18.             [value] => ChiroBalancing
  19.         )
  20.  
  21.     [2] => stdClass Object
  22.         (
  23.             [id] => 1778
  24.             [lead_id] => 383
  25.             [form_id] => 1
  26.             [field_number] => 7
  27.             [value] => ChiroBalancing
  28.         )
  29.  
  30.     [3] => stdClass Object
  31.         (
  32.             [id] => 1777
  33.             [lead_id] => 383
  34.             [form_id] => 1
  35.             [field_number] => 4.6
  36.             [value] => Marmaduke
  37.         )
  38.  
  39.     [4] => stdClass Object
  40.         (
  41.             [id] => 1775
  42.             [lead_id] => 383
  43.             [form_id] => 1
  44.             [field_number] => 2
  45.             [value] => ben@ridley.com
  46.         )
  47.  
  48.     [5] => stdClass Object
  49.         (
  50.             [id] => 1776
  51.             [lead_id] => 383
  52.             [form_id] => 1
  53.             [field_number] => 4.3
  54.             [value] => Johnathon
  55.         )
  56.  
  57.     [6] => stdClass Object
  58.         (
  59.             [id] => 1774
  60.             [lead_id] => 383
  61.             [form_id] => 1
  62.             [field_number] => 3
  63.             [value] => (555)555-1212
  64.         )
  65.  
  66.     [7] => stdClass Object
  67.         (
  68.             [id] => 1773
  69.             [lead_id] => 383
  70.             [form_id] => 1
  71.             [field_number] => 1.6
  72.             [value] => Ridley
  73.         )
  74.  
  75.     [8] => stdClass Object
  76.         (
  77.             [id] => 1772
  78.             [lead_id] => 383
  79.             [form_id] => 1
  80.             [field_number] => 1.3
  81.             [value] => Ben
  82.         )
  83.  
  84.     [fields] =>
  85. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement