Good morning
At first an array[X++] = 0; until x = a number to change a value of array.
where all values of array equal to 0.
for(x = 0; x<10; x= 1 +x){
$media = 0;
$array[x] = 0
}
after an event the script would change a value of an array's variable based on the position within the array. sush as
array[5]= 1;
reapetedly done I will see the array updated.
a switch looks at the value of array[] so meet a certain case.
This is the problem.
This updateof array set is only remembered on the host which has my site. This update is not remembered on my localhost iis server.
I belive its a setting with my php.ini but not sure. There is a long_array on off setting but not sure if this solves the problem.
Thanks much.
Tom