in your php.ini, there is a way to unactive the short tag of php:
short_open_tag false
then, you will have to use
<?php
...
?>
for php and you can use <?xml?> without problem.
Even if not working with xml, using the full php tags is better...
Wednesday, August 12, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment