Reverse the reading of xml
Posted: Tue Apr 15, 2008 4:51 am
Hello !
I write this code for read the xml
<?
for ($i=0;$xml->no[$i]->marca !="";$i++) {
?>
<td height="30" bgcolor="#97A7AE" class="textovisualizar"><strong><?php echo $xml->no [$i]->titulo;?></strong></td>
and work's....
But i need to reverse the reading of xml, i know from array_reverse it works.......But i wanted from my example....
Someone helps me?
Thank's
I write this code for read the xml
<?
for ($i=0;$xml->no[$i]->marca !="";$i++) {
?>
<td height="30" bgcolor="#97A7AE" class="textovisualizar"><strong><?php echo $xml->no [$i]->titulo;?></strong></td>
and work's....
But i need to reverse the reading of xml, i know from array_reverse it works.......But i wanted from my example....
Someone helps me?
Thank's