View Single Post
Old 12-08-2009, 07:06 PM  
halfpint
GFY's Halfpint
 
halfpint's Avatar
 
Industry Role:
Join Date: Jun 2007
Location: UK
Posts: 15,223
Quote:
Originally Posted by halfpint View Post
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

Code:
for($im2 = '1'; $im2 <= (3 - $mi); $im2++)
Thanks
Iv just figured it out... had to change the (3 - $mi) to (6 - $mi)
__________________

Get FREE website listings on Cryptocoinshops.net
halfpint is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote