ID:               20614
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Output Control
 Operating System: Win32
 PHP Version:      4.2.3
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




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

[2002-11-24 22:45:26] [EMAIL PROTECTED]

I am guessing you are using sessions and consequently url_rewriter.tags
is modifying your HTML. Try removing 'input=src' from url_rewriter.tags
inside your php.ini.

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

[2002-11-24 21:54:09] [EMAIL PROTECTED]

When I installed PHP 4.2.3 on my PC I found IE returning JavaScripte
errors. After reviewing contents of IE page and PHP code I found that
whichever HTML parameter value is specified w/o quotes (for example
"...<input type=hidden..." instead of "...<input type="hidden"..." or
"...<input type='hidden'...") this value is being double quoted
automatically (for example if in PHP page there is "...<input
type=hidden...", when you do "View -> Source" in IE you see "...<input
type="hidden"..."). This autocorrection looks very much like new
feature that is supposed to be switcheable. At least, if it is an old
feature, I just haven't met it before. All tryings to find in
documentation how to switch it off didn't give any result.

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


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

Reply via email to