Here is online demo - http://cs-bg.info/news/archive/
I want to show my news like that. (like archive for each year)
I want to work with epoch time.
Thanks for any help.

Recommended Answers

All 3 Replies

Member Avatar for diafol

So what do you want? Have you searched for a blog platform/cms like wordpress or joomla?

Have you searched for a blog platform/cms like wordpress or joomla?

Nope, i want php external script for my web system.

Member Avatar for diafol

That's just a filter for articles held in a database. The SQL would be something like:

SELECT article_body, uploaded_date, author FROM articles WHERE YEAR(uploaded_date) = '$year' ORDER BY uploaded_date DESC
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.