Changes

Jump to navigation Jump to search
m
→‎Setting Records: typo correction
print '<pre>'; var_export ($arrFields); print '</pre>';
array (
0 => 'Company Name', // a:name 1 => 'Industry', // a:industry 2 => 'First Name', // c:first_name 3 => 'Last Name', // c:last_name 4 => 'Fax', // a:phone_fax c:phone_fax 5 => 'Address', // a:billing_address_street c:primary_address_street 6 => 'City', // a:billing_address_city c:primary_address_city 7 => 'State', // a:billing_address_state c:primary_address_state 8 => 'Zip Code', // a:billing_address_postalcode c:primary_address_postalcode 9 => 'Country', // a:billing_address_country c:primary_address_country 10 => 'Notes', // a:description 11 => 'Work Phone', // a:phone_office c:phone_work 12 => 'Other Phone', // a:phone_alternate c:phone_other 13 => 'Email', // a:email c:email1 14 => 'website', // a:website 15 => 'employees', // a:employees 16 => 'ticker_symbol', // a:ticker_symbol ',
)
</source>
4,558

edits

Navigation menu