I am having trouble with the syntax of the following:
For ($i = 1; $1 <= $uploads; $i++)
{
If ($row[image1] != "")
{
do something
}
}
This works, but I need the "1" in "image1" to be the current value of i and I don't know how to do this.
Thanks for any help.