Warren schrieb:
>
> Hi! I just posted the following silly (in retrospect) question
> $next=MYSQL_QUERY("select ref from questions where ref < $ref[0] ORDER BY
> ref DESC LIMIT 1");
no reason to apologize - sometimes the best postings :-
--
http://it97.dyn.dhs.org/
IrmundThum
+49 179 699
Hi! I just posted the following silly (in retrospect) question
>I'd like very much to be able to walk backwards
>through a list of my
>records. How might I indicate
>that mysql ought to position itself at the
>highest record number and then all selects
>will go backwards (say with LIMIT 1) ?
I