PHP Code:
temp.testarray = {"hello", "my", "name", "is", "calli"};
for (temp.i=0; temp.i<temp.testarray.size(); temp.i++) {
echo(temp.testarray[temp.i]);
}
|
Sorry, but it was my understanding that coders
styled their code. I must be mistaken?
DO IT AGAIN!