2012-06-14から1日間の記事一覧

BBSを作ってみた。

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Insert title here</title> </head> <body> <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post"> <table border="1"> <tr> <td>お名前</td> <td></td></tr></table></form></body></html>