PDA

View Full Version : coding a news feed!


rjerina
08-22-2004, 08:13 AM
I have a script reading an XML RSS feed into mySQL, and then I am printing that out on my page. the thing i need help with is: grouping news entries by the date

example: all news entries from today in one table, all of the news entries for yesterday, in another table.

i have an idea how to do it, but i am still learning. can anyone help me out? give me some tips or guides how to accomplish this?

thanks.