This is a discussion on "rss feed using html" within the Other Programming Languages section. This forum, and the thread "rss feed using html are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
rss feed using html
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
rss feed using html
hi,
actually i'm making rss reader. in that i'm able to parse the xml value to php But i want to use html instead of xml. so is it possible to convert html to php and store the values into the php variables. anybody is having any idea?? regards amit |
|
|
|
|||
|
Re: rss feed using html
I don't fully understand the question as HTML is a subset of PHP (I think that was commented on in your other thread). However, I think you might be asking how to convert an rss feed into an HTML stream for a browser, using PHP. I've done that and I've got an example that takes a .rss feed and generates pure HTML from it on my own web space. You'll find a link on the bottom of that example that shows you the source code listings if you want to see how I've done it.
|
|
|||
|
Re: rss feed using html
there is a way that you can store the html code of a page in a php variable, and then split the variable up into little bits. I think its something like a join command in php.
For example, if you've got a html file that lists things in a table, you can store the whole html in a variable and use the php split command to break the html up into tables, then rows columns etc, there probably is a much easier was of doing it, but I've used this in the past, but only for pulling small bits of information from another page. |
|
|||
|
Re: rss feed using html
As I posted in the other thread, you will need to read up on php's xml functions
http://www.php.net/manual/en/ref.xml.php I'm not overly familar with them, so i can't help you directly. |
|
|||
|
Re: rss feed using html
Quote:
littlened if u hav any idea regarding with storing html content of a page to php then please let me know?? |
![]() |
| Tags |
| rss, feed, using, html |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RSS feed | aaronh | Starting Out | 0 | Mar 25th, 2008 00:31 |
| Do you use an RSS Feed? | TheSealPortalTeam | Web Page Design | 5 | Aug 30th, 2007 14:54 |
| RSS Feed | mooshooh | Starting Out | 1 | May 17th, 2007 14:56 |
| XML Feed Help | pricepoint | Other Programming Languages | 0 | Aug 18th, 2006 17:44 |
| Site-feed | RSStites | Web Page Design | 4 | Oct 24th, 2005 14:29 |