show mysql-search-result in steps of 10
Posted: Mon Oct 14, 2002 5:08 am
Hi@all
I have a mySQL Database which i use with PHP. If I have a search result, I want to show it by steps of 10 (like in google). Right now, I use
for(i=0; i<$result; i++){
echo "resultset";
}
which shows all results at once.
thx for help!
mazzo
I have a mySQL Database which i use with PHP. If I have a search result, I want to show it by steps of 10 (like in google). Right now, I use
for(i=0; i<$result; i++){
echo "resultset";
}
which shows all results at once.
thx for help!
mazzo