Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Seitenzahl Produktangebot auf der aktuellen Seite

Versuchen Sie:

echo "Showing ".( $page == 1 ? 1 : ($page -1) * $recordsLimit +1 )." to ".($page * $recordsLimit)." item of ".$totalProducts;