>
Pełna baza w
pliku XML
(aktualna na koniec dnia: '.$file_date.') '; break; } } ?>
BeginDate)); $end_date = date("Y-m-d", strtotime($item->EndDate)); $service_company = array($item->ServiceCompany->CompanyName, $item->ServiceCompany->Street." ".$item->ServiceCompany->Estate, $item->ServiceCompany->Zip." ".$item->ServiceCompany->City, $item->ServiceCompany->Country); $contact = array(); if(strlen(trim($item->ServiceCompany->CompanyTelefon)) > 0) { $contact[] = "Telefon: ".$item->ServiceCompany->CompanyTelefon; } if(strlen(trim($item->ServiceCompany->CompanyEmail)) > 0) { $contact[] = "E-mail: ".$item->ServiceCompany->CompanyEmail; } $net_price = (string)$item->NetPrice; $gross_price = (string)$item->GrossPrice; ?>
Number; ?>
ServiceName; ?>
"; echo ($end_date == "1970-01-01" ? "brak daty" : $end_date) ?>
UnitOfAccount; ?>
Subscription == "true" ? $lang['operator']['subskrybcja_tak'] : $lang['operator']['subskrybcja_nie']; ?>
ServiceSubject; ?>
ServiceType; ?>
ProviderName; ?>
ServiceSubjectOther; ?>
ServiceTypeOther; ?>
", array_filter($service_company)); ?>
", array_filter($contact)); ?>