Skythrust
Member
- Jul 9, 2019
- 133
- 7
Goodafternoon all,
I am trying to show a limit records per row.
I use this code but whatever I tried the values is always + 2 any idea what the problem could be?
Thanks in advance!
I am trying to show a limit records per row.
I use this code but whatever I tried the values is always + 2 any idea what the problem could be?
PHP:
if ($i>6){
$i=1;
echo '</tr>';
};
$i++;
You must be registered for see links
Thanks in advance!