how i can use for loops by using this statement sequences
RSDFG
A 11111
B 11111
C 11111
D 11111
$column = 5;
$row = 4;
Column:
for($r=0; $r < $column; $r++)
{
echo '<input type="text" size="6" name="inputValue[]">;
}
how about Row?
any idea? i really appreciate if u help me guys..
thanks..