Codice PHP:
"SELECT news.ID AS newsid, news.Titolo AS newstitolo, news.Data AS newsdata, news.Descrizione AS newsdescrizione, subaree.ID AS subareeid, subaree.Link AS subareelink, subaree_nasc.ID AS subaree_nascid, subaree_nasc.Titolo AS subaree_nasctitolo, testi.ID AS testiid, testi.Link AS testilink, testi_nasc.ID AS testi_nascid, testi_nasc.Titolo AS testi_nasctitolo, news.Testo AS newstesto, subaree.Testo AS subareetesto, subaree_nasc.Testo AS subaree_nasctesto FROM news, subaree, subaree_nasc, testi, testi_nasc WHERE newstitolo LIKE '%$Parola%' OR newsdescrizione LIKE '%$Parola%' OR newstesto LIKE '%$Parola%' OR subareetesto LIKE '%$Parola%' OR subaree_nasctesto LIKE '%$Parola%' OR testitesto LIKE '%$Parola%' OR testi_nasctesto LIKE '%$Parola%'" 
Unknown column 'newstitolo' in 'where clause'