Hihi,
I already see it and I change the code It works ok. I limit 6 records.
$limit = "{$_GET['start']},50"
But If I keep 6 records
$limit = "{$_GET['start']},6" -> If the database more than 6 records It will show pagination page. Do I need config somewhere to showing pagination page
I got another problem. It doesn't load image from my store on admin. Can you look my attach file
Posted to: Only show 6 records | Show Thread | Post Reply