Thread
:
Last Ten Rows Query
View Single Post
11-10-2005, 12:55 PM
#
2
(
permalink
)
sandman
Junior Member
Join Date: Jul 2005
Posts: 36
Hi,
It may be done like this (of course using your own table and fileds)
$q = 'select field1, field2 from your_table order by field1 desc limit 10;';
cheers
sandman
View Public Profile
Send a private message to sandman
Find More Posts by sandman
Sponsored Links