Hi,
I have data in a mysql database for ordering books.
This data must be send in xml format to a company .
First I had the intention to get every record from my dbase and write it in
a file with xml tags.
such as
$content = "<ordernummer>5</ordernummer>" .
<customer>robin hood</customer>
But i think that's not the good way?
Can somebody give my some advice?
Alain