(PHP5 on Apache Mac OSX.4 local server)
I tried
$xml = simplexml_load_file('test.xml');
and my script kept failing :bemused:
so I resorted to
[INDENT]$string = <<<XML
<?xml version='1.0'?>
<document>
<title>Forty What?</title>
<from>Joe</from>
<to>Jane</to>
<body>
I know that's the answer -- but what's the question?
</body>
</document>
XML;
$xml = simplexml_load_string($string);[/INDENT]
This also failed. :xbones: So I uploaded to my Freedon to surf website and got error messages ... :eek:
Can anyone help me move on here ? 😕