in reply to Re: MySQL finding other rows
in thread MySQL finding other rows

I just got done doing this :)

Replies are listed 'Best First'.
Re: Re: Re: MySQL finding other rows
by andrew (Acolyte) on Jul 21, 2002 at 17:57 UTC
    ahh, thats was bad here
    $sth = $dbh->prepare("SELECT * FROM poll WHERE id < '$id' ORDER BY 'id +' DESC LIMIT 0, 1");
      thats from mine