Posts by lucas_doni • 21 points
1 post
-
1
votes1
answer39
viewsQ: Invert PHP Xml view
How do I invert the display of an xml in PHP? Code: $xml = simplexml_load_file('link.xml'); foreach($xml->VERSAO as $versao) { ?> <tr> <td width="10%"><center> <?php echo…