Assigning values to variable WHILE loop
- by Milaan
Hi!
I have a WHILE loop that loops through a table as long as $i is less than 10. I want this loop to assign the INNERHTML of each cell to a variable. So that I can use it later on to process the information (the loop is because you can choose if it has to take first 3 or first 10 cells). But how do I assign every innerHTML to a different variable?
I'm sure there has to be an easy way. But google couldn't get me a good answer.
Thanks in advance!
Milaan