This is to allow users to upload images but it only allows three images and I want to allow 6 images what do I have to change on this peice of code to allow 6 images
Thanks
Code:
for($im2 = '1'; $im2 <= (3 - $mi); $im2++)





Comment