Ciao a tutti
nella validazione del mio sito è saltato fuori un errore che non capisco e che non riesco a correggere
l'errore che riporta il validatore w3c è:
Error: Document served with malformed Content-Type header: text/html; charset: utf-8. Expected an =sign but saw : instead.
Nella parte PHP ho messo fin dall'inizio:
header('Content-Type: text/html; charset=utf-8');
mentre nella parte html ho questo tag
<meta charset="utf-8" />
Cosa devo fare per favore per ovviare a questo errore?
[COLOR=#333333]Grazie