Results 1 to 9 of 9
-
9th Feb 2012, 07:41 PM #1OPMember
PHP help - Need help with putting a list into order
I have been coding up a little something, but I'm stuck at literally the last hurdle.
This is part of the code that I have:
Code:query_posts($query_string . '&cat=203&posts_per_page=20');
But now the part that I'm stuck with.
I want THAT list above (latest posts), to be in alphabetical order.
I have tried 'orderby=title', but that lists from the very beginning (posts that I made back in 2010) I don't want that.
So can anyone tell me the final piece of code that I have to add above in order to do that.
ThanksAshleyuk1984 Reviewed by Ashleyuk1984 on . PHP help - Need help with putting a list into order I have been coding up a little something, but I'm stuck at literally the last hurdle. This is part of the code that I have: query_posts($query_string . '&cat=203&posts_per_page=20'); That lists the latest 20 posts from category 203 (which is movies for me). http://releasethread.com/uploadedimages/r98voe.png But now the part that I'm stuck with. I want THAT list above (latest posts), to be in alphabetical order. Rating: 5
UltraIMG - Free Image Hosting
Want to ask me anything to do with UltraIMG?? Send me a PM.
Chances are that if you leave a message on the forum I might not see it. :)
-
9th Feb 2012, 08:07 PM #2Member
This site is using a hacked database of W junction
Last edited by Gavo; 4th Jan 2015 at 02:27 PM.
-
9th Feb 2012, 08:27 PM #3OPMember
Thanks for the reply Gavo.
I presume that you are reffering to this:
PHP Code:'&orderby=title&order=ASC'
This is the result:
As you can see, although this is in alphabetical order, this is not the same same list that I have above (in my first post).
This is listing EVERYTHING... however, I just want it to list the latest 20 posts - in alphabetical order.
Please see the list of posts in my very first picture in my original post.
I want THAT list of the latest 20 posts in alphabetical order.
UltraIMG - Free Image Hosting
Want to ask me anything to do with UltraIMG?? Send me a PM.
Chances are that if you leave a message on the forum I might not see it. :)
-
9th Feb 2012, 08:32 PM #4MemberWebsite's:
vaporhostn.com
-
9th Feb 2012, 08:38 PM #5MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comyou tried this?
Code:&cat=203&posts_per_page=20&orderby=title&order=ASC'
-
9th Feb 2012, 09:21 PM #6OPMember
Yeah I have, that's what gives me the 2nd image above, which isn't what I want.
UltraIMG - Free Image Hosting
Want to ask me anything to do with UltraIMG?? Send me a PM.
Chances are that if you leave a message on the forum I might not see it. :)
-
9th Feb 2012, 09:26 PM #7MemberWebsite's:
epicimagehost.comI'll think you'll need to edit the query for that.
Code:SELECT * FROM tblLulz WHERE fldPrimaryKey > ((SELECT MAX(fldPrimaryKey) FROM tblLulz) - 10) ORDER BY DESC
edit:
Or do what gavo said..
He suggests to put your result in an array, and then sort the array.
Which works too.
-
10th Feb 2012, 04:18 PM #8OPMember
Unfortunately I don't know anything about arrays, or how to code them.
I'm already out of my depth with the current progress that I have made lol
UltraIMG - Free Image Hosting
Want to ask me anything to do with UltraIMG?? Send me a PM.
Chances are that if you leave a message on the forum I might not see it. :)
-
10th Feb 2012, 04:36 PM #9MemberWebsite's:
sborg.usCan you post a snippet of the code that displays the above list?
It would be a lot easier to provide you with a solution then
V3g3ta | Halcyon | Abhi
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
URL is not woking after putting .(dot)
By GBot in forum Whitehat SEOReplies: 0Last Post: 19th Dec 2013, 10:50 AM -
[Datalife Engine] How to change category list order?
By Divvy in forum Webmaster DiscussionReplies: 10Last Post: 30th Apr 2011, 11:10 PM -
Need help in putting ma HF pass in RL
By axxo786 in forum Technical Help Desk SupportReplies: 3Last Post: 22nd May 2010, 08:41 AM -
Get $100 for Putting a Link in your MSN name!
By trafficmonster in forum Webmasters, Money MakingReplies: 152Last Post: 21st Nov 2009, 02:11 AM -
Putting zshare in an iframe
By Ruriko in forum Webmaster DiscussionReplies: 2Last Post: 23rd Dec 2008, 11:42 AM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...