Hi,
habe mal wieder was mit XML am Hals. Wollte fragen warum folgender code nicht funktioniert:
das var_dump() gibt nur folgendes zurück:
hab leider keine Ahnung woran das liegt. Hoffe Ihr könnt mir helfen!
MfG
Cappo
habe mal wieder was mit XML am Hals. Wollte fragen warum folgender code nicht funktioniert:
PHP-Code:
foreach($xml->category as $category) {
foreach($category->question as $question) {
$topQuestions[$question->title] = $question->attributes()->count;
}
}
var_dump($topQuestions);
Code:
array(0) { }
MfG
Cappo
Kommentar