Re: [PHP] How do remove WARNING message

2002-04-22 Thread Dennis Moore
PM Subject: [PHP] How do remove WARNING message > Ok I'm trying to create a script that would allow users to bind to an > LDAP server and we all know there's gonna be some people mistyping their > password but when I try to bind and put the wrong password I always get > a

Re: [PHP] How do remove WARNING message

2002-04-22 Thread Rasmus Lerdorf
Read the error handling chapter in the documentation. -Rasmus On Mon, 22 Apr 2002, Jean-Rene Cormier wrote: > Ok I'm trying to create a script that would allow users to bind to an > LDAP server and we all know there's gonna be some people mistyping their > password but when I try to bind and pu

[PHP] How do remove WARNING message

2002-04-22 Thread Jean-Rene Cormier
Ok I'm trying to create a script that would allow users to bind to an LDAP server and we all know there's gonna be some people mistyping their password but when I try to bind and put the wrong password I always get a warning message like this: Warning: LDAP: Unable to bind to server: Invalid cred