22.12.2013, 14:39
something like this in your cmd.
PHP код:
for(new i=0; i<10; i++)
{
switch(i)
{
case 0: //position 1
case 1: //position 2
//and so on...
}
}

