アットウィキロゴ
新規記事の入力フォームです。

<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=EUC-jp">
<link rel="stylesheet" type="text/css" title=default>
<title>投稿</title>
</head>
<body>
<form method="POST" action="toukou2.php">
<?php
$today = getdate();
$date = sprintf("%d-%d-%d", $today["year"], $today["mon"], $today["mday"]);
print($date);
?>
<input type="hidden" name="date" value="<?php echo $date;?>">
記事タイトル<input type="text" name="title" width="15"><br>
記事本文<textarea name="honbun" cols="40" raw="10"></textarea><br>
<p><input type="submit" value="登録"> <input type="reset" value="クリア"></p>
</form>
<p><a href="menu.html">メニューに戻る</a></p>
</body>
</html>

タグ:

+ タグ編集
  • タグ:
最終更新:2007年01月15日 17:24