problem beim filtern und darstellen

  • hallo gemeinschaft - folgendes prob

    möchte gerne ein gefiltertes dropdownmenü darstellen

    bei mir wird im mom nur null angezeigt - das menü soll nur die Einträge enthalten, bei dem die Area = Hochsee ist

    hier mein code

    das ist meine xml dat bsp

    HTML
    <SearchResult><SearchFilter><Label>Destination</Label><Name>Destination</Name><MultipleAllowed>No</MultipleAllowed><Options>
    <DefaultOption><OptionValue>0</OptionValue><OptionText>-------------- alle --------------</OptionText></DefaultOption><StandardOption>
    <OptionValue>76</OptionValue><OptionText>Afrika</OptionText><Area>Hochsee</Area></StandardOption><StandardOption>
    <OptionValue>75</OptionValue><OptionText>Alaska</OptionText><Area>Hochsee</Area></StandardOption><StandardOption>
    <OptionValue>120</OptionValue><OptionText>Amazonas</OptionText><Area>Fluss</Area></StandardOption><StandardOption>
    <OptionValue>77</OptionValue><OptionText>Antarktis</OptionText><Area>Hochsee</Area></StandardOption><StandardOption>

    2 Mal editiert, zuletzt von jhaustein (10. Oktober 2013 um 16:45)

  • Schau dir mal an wie foreach funktioniert. -> http://php.net/manual/de/control-structures.foreach.php

    Wenn du eine XML-Datei hast, dann musst die erst mal einlesen und dann daraus die Werte die du brauchst in ein Array packen, bevor du foreach anwenden kannst.

    Lese dich in die Thematik ein und versuche nicht hunderte Leute zu beschäftigen.

    Siehe auch: http://www.php-resource.de/forum/php-deve…rstellen-2.html
    und
    http://phpforum.de/forum/showthread.php?t=277055&page=2

    Wer programmieren will sollte wissen was er tut usw. Den Text kennst du ja.