Posted by Mathieu Maes on 08/17/06 19:20
Dikkie Dik wrote:
> Is there something in an errorlog (if that is turned on in php.ini)?
all errors are usually logged in a file as well... Nothing in there.
This is the script how I use the class :
=======
<pre>
<?php
require "nessi.class.php";
$xml = new Nessi;
$xml = loadfile(invoice.xml);
print_r($GLOBALS);
?>
</pre>
=======
The output of the script is :
<pre>
I really haven't got a clue ...
Navigation:
[Reply to this message]
|