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: <a href="http://metaphilm.com/philm.php?id=29_0_2_0">Is Tyler Durden Hobbes</a> 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