RSS FEEDS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
jerry987
Forum Newbie
Posts: 6
Joined: Fri Feb 17, 2006 5:35 pm

RSS FEEDS

Post by jerry987 »

i do not know much about php but when i put this in: <?php echo $row_rsRSS['item_pubDate']; ?> nothing comes out but I do get results for <?php echo $row_rsRSS['item_title']; ?> so I am just looking for a copy paste solution.


If this helps, this is what I am trying to pull into my page:

<pubDate>Thu, 16 Feb 2006 05:06:53 GMT</pubDate>

:(
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

don't make a new topic for the same problem.
Locked