"Dundee (Roland)" <[EMAIL PROTECTED]> wrote:
> When creating a page(php) on Win2000 I get alot of 'Undefined variable'
> error messages, but there are no errors at all running the same page on a
> apache server.
Is the variable a user defined variable? If so, my guess is the error
reporting level for the two servers is different. See the error handling
section of php.ini and see if the default settings differ b/w the two
servers. Also see error_reporting() if you're explicitly using that
function. If the variable is a PHP or environment variable perhaps the
variable is available on Apache, but not on Win2k. I have very little
experience with PHP on Windows so it could be something else, but that's
where I'd start.
--
Steve Werby
COO
24-7 Computer Services, LLC
Tel: 804.817.2470
http://www.247computing.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]