Posted by ZeldorBlat on 10/10/05 11:27
My guess is that they "work" out on the net because your host has error
reporting disabled. They "don't work" on your localhost because you
have error reporting enabled. All the errors are only "notices," which
aren't critical enough to prevent execution of the script -- so the
script will run in exactly the same way whether or not error reporting
is enabled. You just happen to be seeing them.
The error reporting level can be set either in php.ini or at runtime.
Check this out for more detailed info:
<http://www.php.net/manual/en/ref.errorfunc.php#ini.error-reporting>
Navigation:
[Reply to this message]
|