RSS problem

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
artfhc
Forum Newbie
Posts: 23
Joined: Sun May 23, 2004 11:38 pm
Contact:

RSS problem

Post by artfhc »

I am trying to implement variable information from other site to my site, but the problem is that the other site does not support RSS. Is there a way to implements stuff, such as news, from other site without copying the content of that site?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

If you have access to the other sites database then you can easily grab the data from there. If not you just have to grab the whole page and parse the data that you want from it.
Post Reply