Posted by ZeldorBlat on 08/10/06 17:06
Nicos wrote:
> 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
XML is text -- in a specific format. I'm not entirely sure what you're
asking.
Navigation:
[Reply to this message]
|