Good Morning ya'll,
I am not sure if I got the terms right in my title, but I am trying to do a php array_push like so
array_push($countryList, "US" => "United States");
but this gives me a syntax error.
Am I not doing this properly?
Thanks, J