Использовать код:
Код: Выделить всё
$data ="
111112414134
1213243
13124123
Site Name
1.001
TimeInTransit
Lake Elsinore
California
92530
US
92562
$today
5
USD
1
$this->weightUnits$packageWeight
";
// This is the PRODUCTION server -- use when your testing is finished.
// https://onlinetools.ups.com/ups.app/xml/TimeInTransit
//This is the TESTING SERVER.
//https://wwwcie.ups.com/ups.app/xml/TimeInTransit
$ch = curl_init("https://onlinetools.ups.com/ups.app/xml/TimeInTransit");
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch,CURLOPT_TIMEOUT, 60);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch,CURLOPT_POSTFIELDS,$data);
$result=curl_exec ($ch);
//echo ''; // THIS LINE IS FOR DEBUG PURPOSES ONLY-IT WILL SHOW IN HTML COMMENTS
$data = strstr($result, '
Подробнее здесь: https://stackoverflow.com/questions/727 ... ation-city
Мобильная версия