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

Reply via email to