View Single Post
Old 04-11-2005, 09:12 PM   #14 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Just looked at the code again and noticed the part I missed. (must be late)

Note your if logic with $total. You placed it outside the while loop structure. You have to put it before the closing } of while so it executes on each line of the file.

-r
idx is offline   Reply With Quote