php SQL query question
Posted: Mon Jun 12, 2006 1:59 pm
Hey, this is part of a script i found...
But what do i replace 'SQL_CALC_FOUND_ROWS' with. A row?
and then what do i replace 'items' with. The table?
I have tyed doing this but i get a error. I just wanted to clarify if im doing it right, thanks.
p.s. code from : http://www.vbforums.com/showthread.php? ... ost1988751
Code: Select all
$query = "SELECT SQL_CALC_FOUND_ROWS txt FROM items LIMIT $start,$pp";and then what do i replace 'items' with. The table?
I have tyed doing this but i get a error. I just wanted to clarify if im doing it right, thanks.
p.s. code from : http://www.vbforums.com/showthread.php? ... ost1988751