php for-loop issue
Posted
by rajesh1984
on Stack Overflow
See other posts from Stack Overflow
or by rajesh1984
Published on 2010-04-15T19:11:12Z
Indexed on
2010/04/15
19:13 UTC
Read the original article
Hit count: 160
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?
© Stack Overflow or respective owner