Ciao a tutti qualcuno mi aiuta a validare questo "pezzo" di codice ? 
codice:
<label>ID ordine</label><input type=\"text\" value=\"$id_ordine\" disabled />
che in html restituisce
codice:
<label>ID ordine</label><input type="text" value="1277027172LNAD10" disabled />
Il dtd usato è xhtml 1.0 strict
L'errore del validatore è :
"line 116 column 82 - Errore: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified"
Purtroppo non conoscendo la sintassi in php non riesco a risolvere l'errore.