in reply to Returning a single record

sort the output of your db by some values of your choice and remember the actual position inside the order by passing it as cgi-value. the rest should be simple sql.

Replies are listed 'Best First'.
Re^2: Returning a single record
by Doyle (Acolyte) on Mar 01, 2005 at 15:31 UTC
    The code does work however, it gives me back more than one record which are all the same record.