j'ai des champs input que je veux griser.alors j'ai ajouté un disabled comme ça:
<td width="251"><input type="text" name="nom['.$id.']" id="nom['.$id.']" size="32" value="'.$data['nom'].'" disabled /></td>
le problème c'est qu'après ce changement mon champs s'enregistre plus dans la table qui a une solution SVP ?
et Merci d'avance.