How do I get an xml tag to work with a php script?
<?xml version="1.0"?>
php is trying to parse that.
Either turn off the Short Tags setting in your php.ini file or have PHP echo out that line.
Larry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php