Hi ,
I am having a little problem how can I turn the following code into a whileloop , I know how to create a whileloop but working with the simpleXML code seems to throw me of course.
my code get me either the first or last attribute but I need all of them.
can any one help
<?php foreach (current($xml->xpath('/*/gig[last()]'))->attributes() as $attr) {}?>