Jeff Lewis wrote: > Try this SQL Justin: > > $sql = "SELECT * FROM news DESC LIMIT 5"; Hrm, Won't that retrieve the FIRST 5 rows, not the LAST 5? Justin French -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] most recent 5 rows Justin French
- RE: [PHP] most recent 5 rows Jeff Lewis
- RE: [PHP] most recent 5 rows Justin French
- RE: [PHP] most recent 5 rows Jeff Lewis
- RE: [PHP] most recent 5 rows Jeff Lewis
- Re: [PHP] most recent 5 rows Justin French
- RE: [PHP] most recent 5 rows John Monfort
- Re: [PHP] most recent 5 rows Richard Lynch