$allAmazonMatches = Array ( [1] => B002I0HJZO [2] => B002I0HJzz [3] => B002I0HJccccccccc )
I am doing:
array_push($allAmazonMatches, array("0"=>"None of the products match"));
How ever, I am unable to add the additional array to $allAmazonMatches?
That code will work fine, so im assuming youre trying to input that text into index
0of the array. There you should do…