Bananas Development Blog: share your thoughts

PHP dot-to-underscore conversion

Argh,

warum mach PHP das ?

<form>
<input name="test.1" value="1" />
<input type="submit" value="test" />
</form>


nach dem submit und nach einem var_dump($_POST) sollte das rauskommen oder ?

array(1){"test.1" => "1"}


nein es kommt aber folgendes raus

array(1){"test_1" => "1"}


TOLL ODER ???

und ich suche mir den Wolf verdammt !!!

Hier noch ein Linkt, der das Ganze belegt.
dot to underscore conversion

  • No comments

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Trackbacks / Pingbacks

  • No Trackbacks