sorry, this is the string...
<?xml version="1.0" encoding="ISO8859-1"?>
<LLISTA id="CatalecServeis" DataSrc="DAT$CATALEC_SERVEIS" Localitzador="Id"
Titol="Catalogos de servicios">
<COLUMNA Id="Nom" Titol="Nombre" Tipus="Text" Tamany="50" Field="NOM"/>
</LLISTA>
And this not function:
$str = '<?xml version="1.0" encoding="ISO8859-1"?>' . "\r" . '<LLISTA
id="CatalecServeis" DataSrc="DAT$CATALEC_SERVEIS" Localitzador="Id"
Titol="Catalogos de servicios">' . "\r" . '<COLUMNA Id="Nom" Titol="Nombre"
Tipus="Text" Tamany="50" Field="NOM"/>' . "\r" . '</LLISTA>';
echo $str;
"Manuel Rom�n" <[EMAIL PROTECTED]> wrote in message news:...
> Hi,
>
> How I can save the below string???
>
> I try concatenate, but when I try with echo or print not display
> nothing.
>
>
> Best Regards
>
>
--
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]