すべてのフォーム テキスト入力フィールドに htmlentities を使用する必要があることはわかっていますが、これは機能しません。
<?php
echo "<tr>
<td align=\"right\">".Telephone." :</td>
<td><input type=\"text\" name=\"telephone\" size=\"27\"
value=\"htmlentities($row[telephone])\"> Inc. dialing codes
</td>
</tr>";
?>
入力値をフォームに「htmlentities(0123456789)」として表示するだけですか? 私は何を間違えましたか?