ID: 20614 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Output Control Operating System: Win32 PHP Version: 4.2.3 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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