well..
it looks like i must make array improvements.. but i need help.. i readed manual, searched for word array and function and i still don't know how to work with arrays (must i tell you that i don't understand arrays in c++?) 😃
anyway..
i'm begging for my example..
old way: 1st i maked $vars, named $choose with $i behind, where $i is incrasing number from 0 >.. now, i tought you can make all $choose1, $choose2, $choose3,... in a simple function, dunno, like $_choose&, but it looks, that function doesn't exists, so..
how then with arrays and how to look, loop them?
please give me one example, but not like that one in manual..
insert number into array??
$foo = array(????);
Function blah ($foo???) {
$i = 0;
while ($i < $somevar) {
if ($arrayfield1 == 24) { echo "🙂"; }
$i++;
}
}
can you show me on this example?? if you understand... thank you very much.. apretiate it..
LORDGreg