mit PHP, DATABASE->XML->PDF

ulf123

Erfahrenes Mitglied
Hallo =)

kann mir wer von euch erklären wie ich
Daten aus einer DATABASE in eine XML Datei bekomme
und die XML datei in ein PDF Formular Template einbinde

ich nutze zurzeit

FPDF


mein XML Format

Code:
  <?xml version="1.0" encoding="UTF-8"?>
  <form1>
  <txtCompanyName>Keine</txtCompanyName>
  <txtAddress>Bahnhofstraße xx</txtAddress>
  <txtCity>xxlkar</txtCity>
  <txtStateProv>NRW</txtStateProv>
  <txtZipCode>xx546</txtZipCode>
  <txtCountry>Deutschland</txtCountry>
  <txtInvoiceNum>xxx215747</txtInvoiceNum>
  </form1>

Vielen Dank Ulf
 
Zurück