Hey all,
I'm not too clued up on whiles -- had a look but it messed up pretty early on.
Basically what I need to do is put this code :
PHP Code:
eval('$eic_imagebits .= "' . fetch_template('eic_imagebits') . '";');
inside a while loop that will count a number of images over (definined the admincp, but for example, say 5) - so when it reaches 5, it will insert a line break and start and the next line.
There are two variables set here, one is the total number of images to be used ($number_of_images_to_show) and then how many across it should go ($numx).
Hope someone can explain this one for me!
TIA
Jason