ubes:
--------------------------------------------------------------------------------
Say I have this code:
$this->xml = '<?xml version="1.0" encoding="ISO-8859-1"?>'."\n";
echo($this->xml);
--------------------------------------------------------------------------------

Write this code instead:

$this->xml = '<?xml version="1.0" encoding="ISO-8859-1"?'.'>'."\n";
echo($this->xml);

-- 
<http://forum.pspad.com/read.php?2,41035,41037>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem