Quote:
Originally Posted by kh99
By using "$filerows =" in the loop, you're starting fresh with each iteration. If you're trying to build one string with all of them, you want .=
|
Yes i had that in the first place (not sure why I removed it

), you and dave taught me that the last time i needed help!
But you also inspired me to find that since writing that code I was not writing to the database the files at the same time...
The problem I had is it was not writing the files into the database so they was not showing more than one because there was only 1 file!
Also I want to upload the files with all the data can I do that in the same loop?
Thank you KH99