I read on different posts that to push data to an array is it better to use myarray []= instead of array_push(). Eventhough I read several posts on the subject I do not see how to convert the here below code to array[] =. Hope someone can help. Thank you in advance for your replies. Cheers. Marc
array_push($myarray, array($street, $code, $country));
myarray[] = ???
