Om dit bijv werkend te krijgen:
code:
1
2
3
4
5
6
7
| <?
$i=0;
$test1='on';
$test2='off';
while ($i < 3) { echo"$test[i]";
$i++; }
?> |