XML : Display reports (PHP, HTML, XML?)

I'm trying to create a PHP-file that gets the data from an XML-file and echo's it on the HTML. It has to be divided in three columns the data from the XML-file, and it can also variate, some columns might only have two values..

Example report:

Sale
Food ____ 30 ____ 5000
Drink ____ 10 ____ 850

Groups
Food ____ 3320
Drink ____ 3410

Income
Cash ____ 4000
Card ____ 2000

(Note the underlines are supposed to be "blank space").

Is this possible? And how can I achieve this?

No comments:

Post a Comment