Hi osium,

@ 4:23:17 PM on 4/9/2001, [EMAIL PROTECTED] wrote:

> I dunno if this is of any help, but when I use XML and php on the same page, 
> what I do to bypass that is just have php echo the XML.

> echo "<?xml version="1.0"?>";
...

I think you meant:

<?php echo '<?xml version="1.0"?>'; ?>


-Brian
--
 PGP is spoken here: 0xE4D0C7C8
 Please do not carbon copy me on list replies.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to