I am trying to match my geolocation output with the companies coverage.
Code: Select all
$areacode = $geoplugin->areaCode;in my db i have table companies with field areacodes.
areacodes has multiple values for example 661, 213, 818
im trying to get a result where the geolocation code matches one of the values
please help