LuCiaNo - CeTre wrote:
> Wade Smart wrote:
>> for($i=1; $i>=$_POST['pictures']; $i++){
>
> On the for i think that is so: for($i=1; $i>=count($_POST['pictures']);
> $i++)
>
> Best Regards!
20080808 1448 GMT-6DUH!! Actually it I have been looking at the problem the whole time: for($i=1; $i<=$_POST... it was the <= instead of >= ah, wade
