Sending an XML response : header « HTML « PHP






Sending an XML response

 
<?php header('Content-Type: text/xml'); ?>
<menu>
 <dish type="appetizer">Chicken Soup</dish>
 <dish type="main course">Fried Monkey Brains</dish>
</menu>
  
  








Related examples in the same category

1.Changing the page type to CSV
2.Changing the page type to XML
3.Setting a Cookie Using the header() Function
4.Logged In with cookie
5.Forcing File "Save As" Downloads
6.Good and bad Location headers
7.If a User Is Not Logged in, the Login Form Is Loaded
8.Mime types
9.Using header() to Send Raw Headers
10.Setting character encoding
11.Sending Content Types Other Than HTML
12.Reading Queued Headers
13.Redirect header
14.Redirecting with query string variables