On Wed, 22 Aug 2007 16:14:49 +0200, Mike G. <mgirouard@gmail.com> wrote:
> Also, you can try putting this at the top of your script:
>
> <?php
>
> ini_set('display_errors', 'On');
>
> ?>
Which wouldn't work for parse-errors BTW. Nothing gets evaluated, so
'there is no ini_set'.
--
Rik Wasmus