You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query ="SELECT ZipCode FROM ZIPCodes WHERE State = '$state' and City = '$city' and ZipCode like '" . $_POST["keyword"] . "%' Group BY ZipCode LIMIT 0,6";