frankx: Opera und nicht angeklickte checkboxen "~p" erg. Quelltext

Beitrag lesen

Hellihello

  
<pre>  
<?php  
var_dump($_REQUEST);  
?>  
</pre>  
<form action="" method="post">  
<input type="checkbox" name="my_checkbox">  
<input type="submit">  
</form>  

Bringt:

array(2) {
  ["my_checkbox"]=>
  string(2) "on"
  ["my_checkbox~p"]=>
  string(2) "on"
}

Ist auf localhost.

Dank und Gruß,

frankx

--
tryin to multitain  - Globus = Planet != Welt