View Single Post
Old 04-25-2005, 01:38 PM   #7 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
PHP Code:
<?php
header
('Content-Type: text/xml'); // application/rss+xml also possible
echo '<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
 "http://my.netscape.com/publish/formats/rss-0.91.dtd">'
;
//do something
?>
DJMaze is offline   Reply With Quote