Re: [PHP] Re: PHP in HTML code

[email protected] (Ashley Sheridan)
Newsgroups php.general
Message-ID <1268933296.2206.46.camel@localhost>
On Thu, 2010-03-18 at 18:09 +0100, Jan G.B. wrote:

> 2010/3/18 Ashley Sheridan <[email protected]>
> 
> >  I'd rather have short tags turned off than remember each time that I have
> > to keep breaking up the < and ?php before I output it in-case the parser
> > gets confused.
> >
> 
> You don't need to break anything up. It's perfectly valid and without
> problems:
> 
> <?php echo '<?xml version.... ?>'; ?>


What about this:

<?xml version="1.0">
<?php

That would break with short tags turned on. I often use this sort of
code in my Ajax server stuff. I don't want to have to use PHP to echo
out what would work on a normal setup.

Thanks,
Ash
http://www.ashleysheridan.co.uk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.