The error message is coming from the connect line in:

function MOpen() {
        global $db_address, $db_username, $db_password, $link;
        $link = mysql_connect($db_address,$db_username,$db_password);
}



"Nick Wilson" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> * and then Dan Morris declared....
> > Is there anyway to get rid of this message:
> >
> > Warning: Too many connections in xxx on line xx
>
> Can you show the code that connects?
>
> - --
> Nick Wilson     //  www.explodingnet.com
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
>
> iD8DBQE9AdECHpvrrTa6L5oRAmUkAJ0S/N7E8ifYqP4bm6mb38wWoZqJ+gCfRPVp
> dxNJezvEs5aav5Yw814axIE=
> =QH6x
> -----END PGP SIGNATURE-----


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

Reply via email to