php+mysql

This is a discussion on php+mysql within the alt.comp.lang.php forums, part of the PHP Programming Forums category; if i do this: mysql_query("SELECT id,game,release, from nexus order by release ASC"); it will print ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-02-2004
Jari
 
Posts: n/a
Default php+mysql

if i do this:
mysql_query("SELECT id,game,release, from nexus order by release ASC");

it will print a table like this:

id game release
6 gangland 04.03.2004
7 sacred 23.03.2004
8 far cry 23.03.2004


So it orders them by date and by ID...

tried something like withouth success ('coz i'm a newb)
mysql_query("SELECT id,game,release, from nexus order by release ASC AND
order by game ASC");");

How can i get far cry to be before sacred (alphabetically)??

Thanks in advance ;)

-jK-


Reply With Quote
  #2 (permalink)  
Old 03-02-2004
John Smith
 
Posts: n/a
Default Re: php+mysql


"Jari" <not@here.fi> schreef in bericht news:c2278h$pf8$1@news.cc.tut.fi...
> if i do this:
> mysql_query("SELECT id,game,release, from nexus order by release ASC");
>
> it will print a table like this:
>
> id game release
> 6 gangland 04.03.2004
> 7 sacred 23.03.2004
> 8 far cry 23.03.2004
>
>
> So it orders them by date and by ID...
>
> tried something like withouth success ('coz i'm a newb)
> mysql_query("SELECT id,game,release, from nexus order by release ASC AND
> order by game ASC");");
>
> How can i get far cry to be before sacred (alphabetically)??
>
> Thanks in advance ;)
>
> -jK-
>
>

try
mysql_query("SELECT id,game,release FROM nexus ORDER BY release ASC, game
ASC");


Reply With Quote
  #3 (permalink)  
Old 03-02-2004
Jari
 
Posts: n/a
Default Re: php+mysql

> try
> mysql_query("SELECT id,game,release FROM nexus ORDER BY release ASC, game
> ASC");


Thanks.. it worked ;)


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:01 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0