Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. echo'ing XML in PHP
  2. <?php
  3.  
  4.     header("Content=type: text/xml");
  5.  
  6.     echo '<?xml version="1.0" ?>';
  7.     echo '<strains>';
  8.     echo '<strainName>';
  9.     echo '</strainName>';
  10.     echo '</strains>';
  11.  
  12.  
  13.     ?>
  14.        
  15. header('Content-type: text/xml');
  16.        
  17. short_open_tag = Off