help spot the error
Posted: Tue Oct 11, 2005 9:15 pm
my code for the most part works but every time it runs it adds two of the same values to the database. It adds 80 different values, then after that 80 it duplicates the same 80 for a total of 120. Here is my code (its pretty messy)
The first time the script runs it parses 80 values and uploads 40 of those values into the database, then the same code is reiterated and a different 40 values are added. (but for some reason the script is executed twice.) Its probabley an error with the sepreate functions (as i didnt design that part and im use to just one big jumbble of code)
So any input is appreciated
Thanks in advanced
The first time the script runs it parses 80 values and uploads 40 of those values into the database, then the same code is reiterated and a different 40 values are added. (but for some reason the script is executed twice.) Its probabley an error with the sepreate functions (as i didnt design that part and im use to just one big jumbble of code)
So any input is appreciated
Thanks in advanced