「PHP/ファイル入出力」の版間の差分

削除された内容 追加された内容
137 行
原理的には、下記のようなhtmlファイルで <code>form </code> タグ と <code>input</code> タグを使えば、フォーム入力欄のあるhtmlのwebページを作れる。
 
<syntaxhighlight lang="PHPHTML">
<form action="catchTest.php" method="post">
ユーザー名を登録: <input type="text" name="username">