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:
- 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...
- 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...
- Where do I go to learn PHP, web programming, HTML, web servers, etc? D-A asked the question: I have no idea where I...
- 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...
- 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 Php Program, Php Website, Reason
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?”
You should look into using the curl command. Google it.