PHP Date

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

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

PHP Date

Post by jerry987 »

8O My date does not return results as I use InterAkt rss reader and used the drag drop method and this is the code produced:

<?php echo $row_rsRSS['item_pubDate']; ?>

Why do I not get the article date for my output?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

what do you get for a known timestamp?
jerry987
Forum Newbie
Posts: 6
Joined: Fri Feb 17, 2006 5:35 pm

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.
jerry987
Forum Newbie
Posts: 6
Joined: Fri Feb 17, 2006 5:35 pm

Post by jerry987 »

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 »

since I have no idea how their product works, I'd suggest asking on their forums: http://www.interaktonline.com/Products/ ... uct-Forum/
jerry987
Forum Newbie
Posts: 6
Joined: Fri Feb 17, 2006 5:35 pm

Post by jerry987 »

This is a very unfriendly forum!
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

jerry987 wrote:This is a very unfriendly forum!
huh? Image
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

:roll: *sigh*
Post Reply