Anyone know the workaround with the situation here?  Here is the sample
script.  The problem is I include the XML tag into the PHP variable and it
messed up everything.  It all had to do with "?" here since PHP use it also.

--clip--
<?php
$XML = "<?xml version='1.0' encoding='UTF-8'?><Product>Apple</Product>";
echo $XML;
?>

Thanks,
 FletchSOD



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

Reply via email to