2010-08-01から1日間の記事一覧

PHP入門によくある、掲示板を作成してみた。

php

なんとなく最近コーディングしてないんで、 刺激に欠けてきましたんで、 よくある掲示板をコーディングしてみた。 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <title>ゲストブックだぜ</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>