- 160 名前:nobodyさん mailto:sage [2008/02/26(火) 23:41:34 ID:???]
- <!-- test.php -->
<html><body> <? if ( $_GET['value'] == '' ) echo 'value is 0'; ?> <form action="test.php" method="get"> <input type="text" name="value" value="0"> <input type="submit"> </form> </body></html> これ実行すればわかる。
|

|