It looks like you're new here. If you want to get involved, click one of these buttons!
$CustomFields[] = array(0 => array("CustomFieldName1" => "Website", "CustomFieldType1" => "Url"),
1 => array("CustomFieldName2" => "Location", "CustomFieldType1" => "String"));
$CustomFields[] = array(0 => array("CustomFieldName1" => "Website","CustomFieldValue1" => "http://Ticketmaster.com", "CustomFieldType1" => "Url"),
1 => array("CustomFieldName2" => "Location","CustomFieldValue2" => "Central park NYC", "CustomFieldType2" => "String"));
Comments