par
nanard » 29 juil. 2005, 19:53
pour afficher dans un tableau le titre ($t) récupérer par SQL, j'ai rédigé le code suivant :
<td width="538" colspan="2" style="border-width:1; border-top-color:rgb(238,238,238); border-right-color:rgb(238,238,238); border-bottom-color:rgb(238,0,0); border-left-color:rgb(238,0,0); border-style:inset;" bgcolor="#AAAAAA" align="center" valign="middle"> <? echo "<input type='text' name='title' value='" .htmlspecialchars($t) ."' size='80'>"; ?></td>
</tr>
or, il est affiché :
E.T. L au lieu de E.T. L ' EXTRATERRESTRE
y a-t-il una astuce, SVP Merci
pour afficher dans un tableau le titre ($t) récupérer par SQL, j'ai rédigé le code suivant :
[php]<td width="538" colspan="2" style="border-width:1; border-top-color:rgb(238,238,238); border-right-color:rgb(238,238,238); border-bottom-color:rgb(238,0,0); border-left-color:rgb(238,0,0); border-style:inset;" bgcolor="#AAAAAA" align="center" valign="middle"> <? echo "<input type='text' name='title' value='" .htmlspecialchars($t) ."' size='80'>"; ?></td>
</tr>[/php]
or, il est affiché :
E.T. L au lieu de E.T. L ' EXTRATERRESTRE
y a-t-il una astuce, SVP Merci