Posted by Dikkie Dik on 08/17/06 19:28
Does the nessi class code start with <?php ? It may start with <? while
short tags are not configured in php.ini
Mathieu Maes wrote:
> 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 ...
>
[Back to original message]
|