| | |
How to create rss.php file
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Oct 2004
Posts: 57
Reputation:
Solved Threads: 0
Hi folks,
If I found an interesting news site but can't find *.rss.php how can I create it?
e.g.
http://www.ft.com/world/us
How to search the news sites with *rss.php file available? TIA
B.R.
satimis
If I found an interesting news site but can't find *.rss.php how can I create it?
e.g.
http://www.ft.com/world/us
How to search the news sites with *rss.php file available? TIA
B.R.
satimis
Hi Satimis,
let me ask you a couple of questions first:
1) are you looking for a general way to find a RSS channel for any website?
There isn't any. It's the people who run the website who can create a RSS channel and make it available for their readers.
Also the RSS channel address differs from server to server.
E.g. RSS channel for http://www.ft.com/world/us is http://www.ft.com/rss/world/us
No .rss.php in the address.
2) or are you a web developer who runs ft.com and wants to write a script for RSS channel?
I quite doubt that because ft.com doesn't appear to be written in PHP and also, their programmers seem to know their stuff.
3) or do you want to be able to create a RSS channel for any website just for your own usage? Then ask Google for
create rss channel from any page
This might be promising:
http://www.masternewmedia.org/news/2...eate_a_rss.htm
Or are you after something else? Please give us more information.
let me ask you a couple of questions first:
1) are you looking for a general way to find a RSS channel for any website?
There isn't any. It's the people who run the website who can create a RSS channel and make it available for their readers.
Also the RSS channel address differs from server to server.
E.g. RSS channel for http://www.ft.com/world/us is http://www.ft.com/rss/world/us
No .rss.php in the address.
2) or are you a web developer who runs ft.com and wants to write a script for RSS channel?
I quite doubt that because ft.com doesn't appear to be written in PHP and also, their programmers seem to know their stuff.
3) or do you want to be able to create a RSS channel for any website just for your own usage? Then ask Google for
create rss channel from any page
This might be promising:
http://www.masternewmedia.org/news/2...eate_a_rss.htm
Or are you after something else? Please give us more information.
Petr 'PePa' Pavel
The more information you give the more relevant answer you get.
Please consider using "Add to ... Reputation" and mark your thread as Solved if you found what you were looking for. By giving feedback you help others.
The more information you give the more relevant answer you get.
Please consider using "Add to ... Reputation" and mark your thread as Solved if you found what you were looking for. By giving feedback you help others.
•
•
Join Date: Oct 2004
Posts: 57
Reputation:
Solved Threads: 0
•
•
•
•
Hi Satimis,
let me ask you a couple of questions first:
1) are you looking for a general way to find a RSS channel for any website?
There isn't any. It's the people who run the website who can create a RSS channel and make it available for their readers.
Also the RSS channel address differs from server to server.
E.g. RSS channel for http://www.ft.com/world/us is http://www.ft.com/rss/world/us
No .rss.php in the address.
2) or are you a web developer who runs ft.com and wants to write a script for RSS channel?
I quite doubt that because ft.com doesn't appear to be written in PHP and also, their programmers seem to know their stuff.
3) or do you want to be able to create a RSS channel for any website just for your own usage? Then ask Google for
create rss channel from any page
This might be promising:
http://www.masternewmedia.org/news/2...eate_a_rss.htm
Or are you after something else? Please give us more information.
Thanks for your response. I hope my reply hereinbelow stated can answer your 3 questions simultaneously.
I have a webpage, built on html and javascript, (a single page website for testing only) running on my own server. A php script is running on it integrating other sites delivering news to visitors while browsing my webpage on their PC. It works w/o problem. The news headlines (links) are scrolling on a marquee container.
I need those URLs for integration, such as;
http://www.independent.ie/sport/hurling/rss
http://www.rte.ie/rss/gaa.xml
etc.
I found some sites of my interest but can't find the path to rss. So my question is;
1) How to find the full path to rss
2) If not available can I create it. If YES, then HOW.
TIA
If my reply is not clearly answering your questions please let me know. I'll make further explanation upon receipt of the same. Thanks
B.R.
satimis
Last edited by satimis; Mar 13th, 2008 at 11:24 am.
Hi Satimis,
that makes it more clear, thanks.
I'm still surprised though, that you believe that a RSS channel already exists for your website and you only have to discover where it is. It makes me believe that you didn't create your website from scratch (i.e. program your website) but used some canned CMS already. In other words, you installed some website content management software - not programmed it yourself.
If that is the case then please let me know its name and I'll check out if it has a RSS support or not.
Or perhaps I misunderstood. You wrote that you download news from other servers and display it on your website. Do you want your RSS channel to contain (a) this downloaded news or (b) articles of your own?
If (a) then you should ask the person who programmed the news download and display. He/she will have to program another script to display the same information in XML (which is RSS format).
Or (b), then again, you will need somebody who will program a script that takes your articles (from a database I presume) and display them in XML as a RSS channel.
Am I getting closer?
that makes it more clear, thanks.
I'm still surprised though, that you believe that a RSS channel already exists for your website and you only have to discover where it is. It makes me believe that you didn't create your website from scratch (i.e. program your website) but used some canned CMS already. In other words, you installed some website content management software - not programmed it yourself.
If that is the case then please let me know its name and I'll check out if it has a RSS support or not.
Or perhaps I misunderstood. You wrote that you download news from other servers and display it on your website. Do you want your RSS channel to contain (a) this downloaded news or (b) articles of your own?
If (a) then you should ask the person who programmed the news download and display. He/she will have to program another script to display the same information in XML (which is RSS format).
Or (b), then again, you will need somebody who will program a script that takes your articles (from a database I presume) and display them in XML as a RSS channel.
Am I getting closer?
Petr 'PePa' Pavel
The more information you give the more relevant answer you get.
Please consider using "Add to ... Reputation" and mark your thread as Solved if you found what you were looking for. By giving feedback you help others.
The more information you give the more relevant answer you get.
Please consider using "Add to ... Reputation" and mark your thread as Solved if you found what you were looking for. By giving feedback you help others.
•
•
Join Date: Oct 2004
Posts: 57
Reputation:
Solved Threads: 0
•
•
•
•
I'm still surprised though, that you believe that a RSS channel already exists for your website and you only have to discover where it is. It makes me believe that you didn't create your website from scratch (i.e. program your website) but used some canned CMS already. In other words, you installed some website content management software - not programmed it yourself.
If that is the case then please let me know its name and I'll check out if it has a RSS support or not.
•
•
•
•
Or perhaps I misunderstood. You wrote that you download news from other servers and display it on your website. Do you want your RSS channel to contain (a) this downloaded news or (b) articles of your own?
If (a) then you should ask the person who programmed the news download and display. He/she will have to program another script to display the same information in XML (which is RSS format).
Or (b), then again, you will need somebody who will program a script that takes your articles (from a database I presume) and display them in XML as a RSS channel.
Am I getting closer?
B.R.
satimis
•
•
•
•
... a php script for integrating the news websites to my webpage. I found the scripts on Internet. What I need is the channel, a path linking to the news site. The news will be updated automatically after signing the contract with the sites to be linked.
You have a set of php scripts that downloads news from several sources and displays them on your website. Now you need another script that would combine news from all your sources into one RSS channel.
I'm sorry but you can't do that without understanding PHP and the scripts that you use for downloading news. There is no simple solution. Such a script doesn't exist out of nothing. You have to program it. I'd say that you should hire someone to do it for you.
I would do it for you if you want, but for a price. If you are interested then please send me a link to your website and source codes of the php scripts to petr.pavel@pepa.info. I will give you a price estimation then. As I'm sure I will also have to talk to you about details, it would be great if you have Skype or something similar.
I'm sorry that it's not as simple as you hoped.
Petr 'PePa' Pavel
The more information you give the more relevant answer you get.
Please consider using "Add to ... Reputation" and mark your thread as Solved if you found what you were looking for. By giving feedback you help others.
The more information you give the more relevant answer you get.
Please consider using "Add to ... Reputation" and mark your thread as Solved if you found what you were looking for. By giving feedback you help others.
![]() |
Similar Threads
- create html file from rss feed (PHP)
- Blog from scratch permalinks and rss (PHP)
- Open In New Window Php (PHP)
- Short guide to include RSS on your website (PHP)
- Annoying T_Variable error (PHP)
- Displaying RSS feed on web site using rss2html.php (PHP)
Other Threads in the PHP Forum
- Previous Thread: Please help
- Next Thread: selecting ID
| Thread Tools | Search this Thread |
# .htaccess 5.2.10 access alexa apache api array beginner broken cakephp checkbox class clean clients cms code convert cron curl database date directory display dissertation dropdown dynamic echo$_get[x]changingitintovariable... email encode error fairness file folder form forms function functions google hack href htaccess html htmlspecialchars image include indentedsubcategory ip javascript joomla legislation limit link local login mail memberships menu methods multiple multipletables mysql mysqlquery network newsletters oop open passwords paypal pdf persist php provider query radio random redirect remote script search secure server sessions simple sockets source space spam sql system table tutorial upload url user variable video voteup web youtube





