hi all,
Can I thread a session as an array and do:
for ($i=0; $i<$this->aantalStemme n; $i++)
$_SESSION['stem'][$i] = NULL;
regards
Stijn
Can I thread a session as an array and do:
for ($i=0; $i<$this->aantalStemme n; $i++)
$_SESSION['stem'][$i] = NULL;
regards
Stijn
Comment