Welcome Guest, Not a member yet? Register   Sign In
$idx not incrementing?
#2

Okay no worries guys,
I already solved this.

here is the modified codes,

if($array_init === 'init') {
$this->set_array_container($language, $version, $topic); //do only once
reset($this->array_container); //set the array pointer in the very first index which is zero.
$idx = key($this->array_container);
$this->save_idx_position($idx);
echo '<br>Array_init: '. $array_init;
}
Reply


Messages In This Thread
$idx not incrementing? - by iridion2015 - 04-11-2016, 06:37 PM
RE: $idx not incrementing? - by iridion2015 - 04-11-2016, 07:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB