Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $xml = simplexml_load_file('cuponsZ.xml');
  3.  
  4. foreach($xml->incentiveItem as $incentiveItem)
  5. {
  6. $nome = $incentiveItem->program;
  7.  
  8.  
  9.  
  10.  
  11. echo $nome;
  12.  
  13. }
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement