| How to fetch a existing rss feed from a website using php. The input for the program must be the website url?

How to fetch a existing rss feed from a website using php. The input for the program must be the website url?

karthik mk asked the question:


The(php) program input must the website url. the reason for fetching the feed is to get the updates of the website.

Related posts:

  1. what is php programming? will i need to be well educated in it to make my own website? attitudesl22 asked the question: i am confused because if it...
  2. How can I make sure that my customers don’t remove my copyright from my PHP program? havenomercy3 asked the question: I wrote a PHP program and...
  3. Where do I go to learn PHP, web programming, HTML, web servers, etc? D-A asked the question: I have no idea where I...
  4. what is the code for auto generated mail in php programming in making community kind or other website?explain Dine asked the question: what is the code for auto...
  5. What is HTTPs and do I need to change my PHP program to work with it? mesh2005 asked the question: I have a PHP program that...

Filed Under Programming & Design |

Tagged With , ,

Comments

One Response to “How to fetch a existing rss feed from a website using php. The input for the program must be the website url?”

  1. zephyrwind on July 3rd, 2008 5:36 am

    You should look into using the curl command. Google it.