Josh Close wrote:
How do I get an xml tag to work with a php script?

<?xml version="1.0"?>

php is trying to parse that.

-Josh
turn OFF short_open_tag in php.ini, or using the
PHP_FLAG short_open_tag Off in your apache .htaccess file (if you're using that).


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



Reply via email to