編輯頁面與添加新文章頁面類似
<form method=
<table align=
<tr valign=
<td nowrap align=
<td><div align=
<input type=
[
</div></td>
</tr>
<tr valign=
<td nowrap align=
<td>
<div align=
<textarea name=
<?php echo $row_rs_articles[
</div></td>
</tr>
<tr valign=
<td nowrap align=
<td><div align=
<p>
<select name=
<?php
do {
?>
<option value=
<?php if($row_rs_types[
<?php echo $row_rs_types[
<?php
} while ($row_rs_types = mysql_fetch_assoc($rs_types));
$rows = mysql_num_rows($rs_types);
if($rows >
mysql_data_seek($rs_types
$row_rs_types = mysql_fetch_assoc($rs_types);
}
?>
</select>
</p>
</div></td>
</tr>
<tr valign=
<td colspan=
<input type=
<input type=
</div></td>
</tr>
</table>
<input type=
<input type=
[
right
From:http://tw.wingwit.com/Article/program/PHP/201311/21387.html