get next entry by 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

Locked
marthaller
Forum Newbie
Posts: 3
Joined: Wed Mar 31, 2010 6:34 am

get next entry by date

Post by marthaller »

I've got an online comic, that posts three times a week. sometimes the uploads are not done in sequential order. right now I have the next, and previous comics done by index. what I want to do is get the date of the previous comic, and the next comic in the archive. how can I do this? thanks
User avatar
Weiry
Forum Contributor
Posts: 323
Joined: Wed Sep 09, 2009 5:55 am
Location: Australia

Re: get next entry by date

Post by Weiry »

hmm... why dont you try actually "READING" your own topic before making a DUPLICATE...
YOUR ORIGINAL TOPIC HERE
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: get next entry by date

Post by pickle »

Locked.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Locked