2011-12-18から1日間の記事一覧

ラジオボタンを使う

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ラジオボタンを使いたい</title> </head> <body> 結果:</p>'; echo '<p>ラジオボタン</p>'; echo …

セレクトメニューを使う

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>セレクトメニューを使いたい</title> </head> <body> 結果:</p>'; echo '<p>セレクトメニュー</p>'; e…

パスワードボックスを使う

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>パスワードボックスを使いたい</title> </head> <body> 結果:</p>'; echo '<p>パスワードボックス</p>';…

テクストエリアを使う

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>テキストエリアを使いたい</title> </head> <body> 結果:</p>'; echo '<p>テキストエリア1(cols属性に5…</p>

テキストボックスを使う

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>テキストボックスを使いたい</title> </head> <body> 結果:</p>'; echo '<p>テキストボックス(初期値を指定)…</p>