
February 13th, 2013, 10:53 PM
|
 |
pollyanna
|
|
Join Date: Jul 2012
Location: Germany
|
|
|
What is "some error"? What's the exact error message?
Apart from that, the code is kind of strange. The condition for "if" and "elseif" are exactly the same, which means the "elseif" will never be executed. And requiring constant files in a loop also makes little sense.
What are you trying to do?
|