Hellihello
<pre>
array(6) {
["my_checkbox"]=>
string(2) "on"
["my_radio"]=>
string(3) "one"
["my_text"]=>
string(3) "SSS"
["my_checkbox~p"]=>
string(2) "on"
["my_radio~p"]=>
string(3) "one"
["my_text~p"]=>
string(13) "|sdfg|AAA|SSS"
}
</pre>
<form action="" method="post">
<input type="checkbox" name="my_checkbox">
<input type="radio" name="my_radio" value="one">
<input type="radio" name="my_radio" value="two">
<input type="text" name="my_text">
<input type="submit">
</form>
merkt er sich auch noch die ehemaligen Eingaben beim String und macht eine Pipe dazwischen. Vielleicht hab ich ja was böses auf meinem PC?
Dank und Gruß,