Codice PHP:
$sql "SELECT * FROM strutture 
        WHERE regione LIKE '%"
.$testo."%' 
        OR comune LIKE '%"
.$testo."%' 
        OR nome_struttura LIKE '%"
.$testo."%' 
        OR tipo_struttura LIKE '%"
.$testo."%'"
attenzione ad eventuali apici e virgolette presenti nel testo inserito dall'utente!