Thanks, David.
I'll have to adjust my thinking! 8(
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"David Powers" <david@example.com> wrote in message
news:fk8mov$283$2@forums.macromedia.com...
> Murray *ACE* wrote:
>> I have just discovered that my host sets
'display_errors' OFF by default.
>> I have asked them not to do this, but in the
meantime, is there any way I
>> can enable this on the specific page?
>
> A live production site should never have display_errors
turned on. It
> gives malicious attackers valuable information about
your server
> structure.
>
> It's very easy to turn on the display of errors to debug
a particular
> script. Just add this at the very top of the page:
>
> <?php ini_set('display_errors', '1'); ?>
>
> It must come before anything else.
>
> --
> David Powers, Adobe Community Expert
> Author, "The Essential Guide to Dreamweaver CS3"
(friends of ED)
> Author, "PHP Solutions" (friends of ED)
>
http://foundationphp.com/