2012-08-22から1日間の記事一覧

8/21授業(メモ)

php(フォームの練習) フォーム1 index.php <html lang="ja"> <head> <meta charset="utf-8"> <title>お問い合わせ入力フォーム</title> <link href="style.css" rel="stylesheet" media="screen, print"> </head> <body> <form action="check.php" method="post" id="inquiry"> <table summary="お問い合わせに関する入力項目名とその入力欄"> <tr> <th>…</th></tr></table></form></body></html>