Hi ganz einfach und ganz simple, ich habe ein XML
http://www.camelot-europe.com/herald/servers.xml
So ich habe 0 Plan von XML, und will nun bestimmte Strings in PHP ausgeben
Wenn man die XML aufruft, sieht man ziemlich weit oben:
- <server name="Excalibur" type="English" updated="18-04-2002 07:00:01">
<population>225</population>
<status>Up</status>
wie geb ich das nun in php aus?
Also sprich das will ich ausgeben:
Servername: Excalibur
Population: 225
Status: Up
http://www.camelot-europe.com/herald/servers.xml
So ich habe 0 Plan von XML, und will nun bestimmte Strings in PHP ausgeben
Wenn man die XML aufruft, sieht man ziemlich weit oben:
- <server name="Excalibur" type="English" updated="18-04-2002 07:00:01">
<population>225</population>
<status>Up</status>
wie geb ich das nun in php aus?
Also sprich das will ich ausgeben:
Servername: Excalibur
Population: 225
Status: Up
Kommentar