- 429 名前:デフォルトの名無しさん mailto:sage [2007/11/17(土) 20:33:33 ]
- HTMLのform解析をしたいのですが、
<form action="./int.php" method="post"> <input type="text" name="id" value="C"> <input type="submit" name="button" value="押す">actionは./int.php methodはPOST typeはtext、nameはbutton valueはC というように<>内をそれぞれ抽出したいのですが、どのようにしたら出来ますでしょうか?
|

|