$sql = "select * from aproduct where catid = '$kat_id' order by 'title' LIMIT a, b"; sollte helfen.
wobei:
a = ab der Zeile a
b = Anzahl der Zeilen nach a
Wenn Du also die 17. Zeile haben willst: LIMIT 17, 1
$sql = "select * from aproduct where catid = '$kat_id' order by 'title' LIMIT a, b"; sollte helfen.
wobei:
a = ab der Zeile a
b = Anzahl der Zeilen nach a
Wenn Du also die 17. Zeile haben willst: LIMIT 17, 1