Jump to content

displaying next page


raven2009

Recommended Posts

hi all

can anyone help im looking for a way to split my stores up so after 20 products it displays a next page and so on

im not sure if this is the right code

 

<?php

$topStores="select * from retailers where category='$showCat' limit 1000";
//echo $topStores;
$top_Stores=mysql_query($topStores);
while($row=mysql_fetch_array($top_Stores))
				{					?>

 

thanks in advance  :)

Link to comment
https://forums.phpfreaks.com/topic/157608-displaying-next-page/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.