Ecco:


$result=mysql_db_query("db_labdid", "SELECT * FROM TOTALE WHERE (Prodotto LIKE '%" .$cerca. "%' ) OR (CAS LIKE '%" .$cerca. "%' ) OR (Formula LIKE '%" .$cerca. "%' ) ORDER by Prodotto ASC")

or die('Errore: '. mysql_error());

Grazie!