ID:               47591
 User updated by:  diego at freagair dot com
 Reported By:      diego at freagair dot com
 Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Debian and FreeBSD
 PHP Version:      5.2.9
 New Comment:

Is the initial test http://89.233.173.91/bug/  working for you now?


Previous Comments:
------------------------------------------------------------------------

[2009-03-10 17:10:30] j...@php.net

As I suspected: It works fine with all browsers I have right now: 
IE7, Chrome, Firefox..

------------------------------------------------------------------------

[2009-03-10 17:08:31] diego at freagair dot com

http://89.233.173.91/bug/test.php 

Just changed the "f" to "e"

------------------------------------------------------------------------

[2009-03-10 17:00:16] j...@php.net

Would you mind showing the output of the script I provided? I can NOT 
reproduce this..

------------------------------------------------------------------------

[2009-03-10 16:37:02] diego at freagair dot com

I have tried the following code and still get an error in IE

<?php
$paint = trim($_POST['paints']);
echo($paint);
?>

The IE development team says it is not IE bug....

------------------------------------------------------------------------

[2009-03-10 10:30:48] j...@php.net

This is most likely just user error, please try this script:

<?php
echo <<< OUT
<form method="post">
<input type="text" name="f" />
<input type="submit" />
</form>
OUT;
$f = trim($_POST['f']);
var_dump($f);
?>

Tune the form part so it actually works :)


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/47591

-- 
Edit this bug report at http://bugs.php.net/?id=47591&edit=1

Reply via email to