Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. list($contact, $city, $company, $state, $zip, $record_manager, $create_timestamp, $edit_timestamp, $merge_timestamp, $status, $probability, $close_date, $units, $price, $amount, $creation_date, $details, $reason, $sales_stage, $product, $type, $main_competitor, $forecasted_units, $forecasted_amount, $group) = explode(",", $csv_content);
  2.        
  3. // Form the associated array
  4. $job_parameters = array(
  5.     'contact' => $contact,
  6.     'city' => $city
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement