错误显示在标题(位置......)中。错误在 header('location:companies.php?rates=1'); 的同一行中 写着
"DestinationState" => $_SESSION['order'][$counter]['t_stateID'],
"DestinationZipcode"=> $_SESSION['order'][$counter]['t_zipcode'],
"Details" => array('DetailItem' => array( 'Weight' => $_SESSION['order'][$counter]['weight'],'Class' => '55')),
"Accessorials" => array('AccessorialItem' => array('Code' => 'LiftgateService')),
"CODAmount" => "100",
);
//print('<pre>');print_r($params);die;
$return = $client->Create(array('request'=>$params));
// $return = $client->Create($params);
//$return = $client->__call('Create', $params);
//print('<pre>');print_r($return);die;
$counter=0;
$_SESSION['Saia'][$counter]['Amount'] = $return->CreateResult->RateDetails->RateDetailItem->Amount;
}
}
}
header('location:companies.php?rates=1');
?>