in reply to Re: Re: MySQL finding other rows
in thread MySQL finding other rows
$sth = $dbh->prepare("SELECT * FROM poll WHERE id < '$id' ORDER BY 'id +' DESC LIMIT 0, 1");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: MySQL finding other rows
by andrew (Acolyte) on Jul 21, 2002 at 17:58 UTC |