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');
That lists the latest 20 posts from category 203 (which is movies for me).



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.
Thanks
Ashleyuk1984 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