mySQL Timestamp convert to RSS PubDate
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 |
| Scores Submitted | 3 |
| Date Added | Aug 29, 2004 |
| Last Updated | Jan 17, 2006 |
Introduction
PHP Snippet:
mySQL Timestamp convert to RSS PubDate
Posted on Jan 19, 2005 10:40 am
Posted on Jan 19, 2005 10:40 am
Even easier, you can extract a unix timestamp from the database. In the column list of the mysql query, put UNIX_TIMESTAMP(column name)





