PHP 5 auto-htmlentitizing strings?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I just switched over an app from PHP 4 to PHP 5, and one of the weird
things I'm noticing initially is that some of the html output seems to
be html entitized. For example, a link that was showing up in html
output as:

 "<a href="http://metaphilm.com/philm.php?id=29_0_2_0";>Is Tyler Durden
Hobbes?</a>"

now gets transformed to:

&lt;a href="http://metaphilm.com/philm.php?id=29_0_2_0"&gt;Is Tyler
Durden Hobbes&lt;/a&gt;

No other changes in the PHP source -- just a change in the interpreter.

Any idea what could be causing this?

Thanks,

Weston

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux