Posts: 2,553
Name: Keith Marshall
Location: West Hartford, CT
|
Just use continue to iterate the next loop. So your check line at the top of the loop could be:
if ((int)$value <= 0) continue;
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|