Hi all,
I try to push elements on an array but without succes. I have a for loop and
need to do something like this array_push ($doelpunten, "$myrow[0]" =>
"$myrowDoelpunt en[0]"); where myrow[0] is de indice and $myrowDoelpunte n[0]
the value. $doelpunten is the array Someone can help me out?
Thanks
Stijn
I try to push elements on an array but without succes. I have a for loop and
need to do something like this array_push ($doelpunten, "$myrow[0]" =>
"$myrowDoelpunt en[0]"); where myrow[0] is de indice and $myrowDoelpunte n[0]
the value. $doelpunten is the array Someone can help me out?
Thanks
Stijn
Comment