Thread
:
PHP Pagination Question
View Single Post
08-05-2005, 05:20 PM
#
2
(
permalink
)
websitedatabases
Junior Member
Join Date: Jul 2005
Posts: 12
Hi Clifford,
PHP Code:
SELECT
*
FROM table WHERE row_id
>
$low
AND
row_id
<
$high
Make sure you check to make sure the lower one is indeed $low and the higher one is $high.
Hope this helps
__________________
Build your own PHP MySQL web databases
websitedatabases
View Public Profile
Send a private message to websitedatabases
Find More Posts by websitedatabases
Sponsored Links