| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jun 2005 Location: Michigan
Posts: 613
![]() ![]() ![]() ![]() | a little XML help? So I have these standings in an XML page which somebody does here: http://erikberg.com/rss/nba.xml (( also have this XML Feed...not sure which to use http://erikberg.com/nba/standings.xml )) and as you can tell they have a link to get more detailed standings as well. there is a site I know that uses this feed on their site at : http://realballers.com/standings/ Basically I wanna be able to use this feed on my site as well. I have an account on http://feed.informer.com/ to make feeds, but I don't think that's how I should do it...as it;s not working properly. Also would be nice to have it in it's own css colors even if it's just a feed. ????: NamePros.com http://www.namepros.com/programming/485581-a-little-xml-help.html I guess my question is how do I accomplish this and what's the best way to do it? Is it simpler then i'm making it out to be? I APPRECIATE ANY HELP YOU CAN GIVE!!!!!!!!!!
Last edited by combs84; 06-24-2008 at 04:32 PM.
|
| |
| | #2 (permalink) |
| NamePros Member Join Date: Dec 2006 Location: London
Posts: 101
![]() | I'm not entirely sure what you are asking. Are you asking how to format the feed like http://realballers.com/standings/ ? |
| |
| | THREAD STARTER #3 (permalink) |
| NamePros Regular Join Date: Jun 2005 Location: Michigan
Posts: 613
![]() ![]() ![]() ![]() | Yea. How do I take that particular XML feed and make it appear on my site and update by itself. And additionally how do I do it so as to edit it with my own CSS colors as well if possible. |
| |
| | #4 (permalink) |
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | im not that familiar with informer.com but am familiar with feedburner.com feed both your .xml feeds to feedburner.com then login to feedburner.com (after you've created an account) click on "Publicize" tab click on "BuzzBoost" then get the .html code to paste on your site from now on the .xml feeds updates your site will display the updated results. HTH |
| |
| | #5 (permalink) | ||||
| I'll do it ![]() Join Date: Dec 2005 Location: India
Posts: 6,927
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Let me find it for you. I have it posted here on NP sometime ago. Will update the thread in a moment. PHP Code:
__________________
Last edited by -Nick-; 06-24-2008 at 10:18 PM.
| ||||
| |
| | #6 (permalink) |
| NamePros Member Join Date: Jun 2008
Posts: 98
![]() | Don't forget this great RSS parser, Magpie RSS : http://magpierss.sourceforge.net/ |
| |