Hallo NetLook,
echo $xml->stichwort[0];
Das root-Element ist hier <enzyklopädie>, du musst also
echo $xml->eintrag[0]->stichwort;
notieren.
Beste Grüße
Richard
--
~§%+
~§%+
Hallo NetLook,
echo $xml->stichwort[0];
Das root-Element ist hier <enzyklopädie>, du musst also
echo $xml->eintrag[0]->stichwort;
notieren.
Beste Grüße
Richard