From: "Arnau Rebassa" <[EMAIL PROTECTED]> > I'm having the same problem as the bug report > http://bugs.php.net/bug.php?id=7987. They say that's not a bug it's a > feature... Anybody knows where I can find which characters are changed and > by which character?
Spaces are also converted to underscore characters. Leading spaces are trimmed. name=" foobar " => $_GET['foobar_'] name="foo bar" => $_GET['foo_bar'] ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php