i confuse, if i echo $data->title; //it shows insomnia and the secret of sleeping
, i echo it again but this time in input box, // it only shows insomnia
where's the left.? why it's not displayed.
anyone plz help me?
<tr>
<td>title</td> <td>   : </td>
<td><?php echo $data->title; ?></td>
</tr>
<tr>
<td colspan=3>
<input type="text" name="txttitle" value=<? echo $data->title; ?> size=50 length=70> </td>
</tr>