Current location: Hot Scripts Forums » Other Discussions » Database » [SOLVED] Date ordering problem


[SOLVED] Date ordering problem

Reply
  #1 (permalink)  
Old 05-04-09, 11:43 PM
DimensionX DimensionX is offline
Newbie Coder
 
Join Date: May 2009
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Date ordering problem

Hi,

I'm having a slight problem with displaying the newest 3 news submissions for a website:

SELECT * FROM [table] ORDER BY [date] DESC LIMIT 3

As it stands it kind of works to a point, using this it displays the newest 3 submissions but unfortunately when it comes across more than one submission that has the same date it displays them in the incorrect order.

for the moment the date is manually entered, i've double checked the dates i entered and they are exactly the same, theres no timestamp to compare, I assume that would have the same problem if it came across 2 submissions of the same date and time, admittedly the chances of that are extremely slim, but it just bugs me.

At the moment it's just displaying the entire entry using echo's with .$result_row['variable'], I would eventually like to get it so that it displays the body up to a certain number of characters and then has a hyperlink "read more" so the user can click on the link and read the entire news submission. If you could point me towards something that I should read up on in relation to that I would appreciate it also.

Thanks in advance for any help you can offer.

*just realized I can order by the primary key, or order by the date and primary key which should solve the problem.

Last edited by DimensionX; 05-05-09 at 12:02 AM. Reason: Common sense struck me.
Reply With Quote
  #2 (permalink)  
Old 05-07-09, 03:15 PM
forgueam's Avatar
forgueam forgueam is offline
iNET Code Serf
 
Join Date: Aug 2007
Location: West Chester, OH, USA
Posts: 39
Thanks: 0
Thanked 1 Time in 1 Post
I definitely think you found the best (and simplest) solution. I almost always add an auto-incremented primary key to any table I create for situations just like this one.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Current date insertion problem abha213 Everything Java 0 04-10-09 03:45 PM
converting date-string to Date object UnrealEd Everything Java 4 05-15-07 06:20 PM
Newbie found a solution to a date problem. mickey_kamer Perl 4 05-09-07 05:54 AM
php date problem eric PHP 0 09-14-05 10:13 PM
Problem with date and form djavet PHP 3 05-02-04 12:37 AM


All times are GMT -5. The time now is 05:07 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.