Posted by Nicos on 08/10/06 15:54
Hello people,
i do this on my domain:
<?php
header("Content-type: text/xml");
header("Content-Type: ".$contentType."; charset=UTF-8");
readfile("http://www.contra.gr/rss/home?type=latest");
?>
and i get the XML data from other domain as text. How can i get it as
XML?
Thanks,
Nicos
Navigation:
[Reply to this message]
|