Have you made sure that PHP short tags (<?= as opposed to <?php echo) is enabled in your PHP installation?
Out of interest is the rest of the information in the source as the fact it's stripping from < to a closing > could imply it's simply treating it as HTML and hiding it. Possibly because of the above config option. Simon ----- Simon Corless http://www.ajb007.co.uk/ -- View this message in context: http://www.nabble.com/neebie-question-tp15855623s16154p15855657.html Sent from the Zend Framework mailing list archive at Nabble.com.
