Hello,
thank you.
I understand it, and I did use textarea for most of the fields.
if i use this style, the output as in lesson-2.doc
<td width="553"><input name="subject" type="text" value="<?php echo $onrow["subject"]; ?>" size="50" /></td>
however I don't want the fields with the line..
so I change it to
<?php echo $onrow["subject"]; ?>
it appears as I want in lesson-7.doc.
the problem is the record is appear continuously, without any break from one line to the next.
Any suggestions?
many thanks