<?php $custom_fields = 'Via Prospero Lavarello, 2, 16142 Genova GE, Italia'; $myTerm = 'genova'; echo preg_match("/\b$myTerm\b/i", $custom_fields);
You have javascript disabled. You will not be able to edit any code.