php for-loop issue
- by rajesh1984
Heya,
I have a loop which generates a table code for a specific number of times.
What I'm having problems with is to echo a variable inside the loop.
The loop runs 10 times, and there are 10 text messages sent to the page, so my problem is how do I get each of the looped tables to echo one of the text messages each time?