hi guys!
it is possibile to use this scipt http://www.phpbuilder.com/columns/rod20001214.php3
for spliting the results of fulltext search.
my query looks like this:
$sql="SELECT * FROM tablename where MATCH (index) AGAINST ('$word') limit $offset,$limit "
but it doesnt work.
the first page is ok but in the next pages i don't get nothing..
i don't know how to split the data.
how can i use my query combined with $query_where
from the tutorial?