It sounds like your script is poorly written.

On one server, error reporting is set to E_ALL (All errors and warnings). On
the other, It's probably set to E_ERROR.

Check out php.net/error_reporting


"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I currently have websites with two ISP's.
>
> I am getting a lot of warnings throughout a .php script on one server -
such
> as:
>
> php_hostconnect()
>
> I have used the _same_ .php script exactly on my other ISP's server and I
> don't get any warnings.
>
> In addition, I have tested this script locally on Apache server without
any
> errors.
>
> The site where I do not get warnnings has php 4.1.1 installed - wheras the
> other site where I get php_hostcoonect() warnings is php 4.2.3
>
> Any help will be greatly appreciated.
>
> Thank you.
> Tony Ritter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to