So far I have gotten this:
<?php //gallery page //number of images per gallery page $galimg = 28; $galpg = $num / $galimg; $galpg = number_format ($galpg, 0, '', ''); ?>http://www.monkeysinabarrel.com/ninja/gall...image.php?num=1
Now, my problem is that the number is rounded off. Up to image number 13 $galpg stays at 0, but from 14 to 28 I get 1. But I need the number result to stay the same all through 1 to 28.
Anyone know how I can fix this?
