rss feed using html

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 2nd, 2005, 06:38
Junior Member
Join Date: Dec 2005
Age: 29
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Dec 2nd, 2005, 07:03
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Dec 2nd, 2005, 14:39
New Member
Join Date: Nov 2005
Age: 28
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4 (permalink)  
Old Dec 2nd, 2005, 22:21
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #5 (permalink)  
Old Dec 3rd, 2005, 04:36
Junior Member
Join Date: Dec 2005
Age: 29
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: rss feed using html

Quote:
Originally Posted by littlened
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.
hi,
littlened
if u hav any idea regarding with storing html content of a page to php then please let me know??
Reply With Quote
  #6 (permalink)  
Old Dec 3rd, 2005, 17:52
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: rss feed using html

i think he has..ask another question if your stuck
Reply With Quote
Reply

Tags
rss, feed, using, html

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43