i wanted to know how can i display the images like the on in the picture: i know that i have to retrive the images using a while loop, but then displaying them like this is the
It's really not that hard, you just have PHP output the HTML of the table.
Here's a quick example :
$imagenum=0; echo ""; while( $imagenum < $maximages){ echo ""; for ( $i = 0; $i < 4; $i += 1) { echo ""; if( $imagenum < $maximages){ echo ""; } echo ""; $image+=1; } echo ""; } echo "";