[PHP-users 26399] Re: テキストボックスの受取

satou y-satou @ knowledge21.jp
2005年 8月 8日 (月) 20:55:47 JST


さとうです。

最小単位で動作を確かめるのが本道かと思います。
これで試してください。

--------------- ここから ---------------
<html>
<body>
<? print_r($_POST); ?>
<form method="POST">
<textarea name="txtComment" cols="10" rows="8"></textarea>
<input type="submit" value="push">
</form>
</body>
</html>
--------------- ここまで ---------------

-----------------------
y-satou @ knowledge21.jp



PHP-users メーリングリストの案内