Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] RSS scripting From: Alex Black (enigma <email protected>)
Date: 07/03/00

is that really a problem?

i.e. if I try and parse xml:

<?xml version='1.0' ?>
<object>
    <thingy>content</thingy>
    <other>other content</other>
</object>

and I have short php tags:

<? turned on, php will barf?

really?

_a

--
Alex Black, Head Monkey
enigma <email protected>

The Turing Studio, Inc. http://www.turingstudio.com

vox+510.666.0074 fax+510.666.0093

Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522

> From: ianevans <email protected> (Digital Hit Entertainment) > Organization: Digital Hit Entertainment > Newsgroups: php.general > Date: 2 Jul 2000 16:07:46 -0700 > Subject: Re: [PHP] RSS scripting > > Steve Driver wrote: >> >> Maybe this from the FAQ will help?.. >> 5.10 How am I supposed to mix XML and PHP? It complains about my <?xml> >> tags! >> You need to turn off the short tags by setting short_tags to 0 in your >> php3.ini file, or by using the php3_short_tags Apache directive. (You could > > Alas, I'm on a shared NT server, and don't have access to the php.ini > -- > Ian Evans > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>