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 put

Re: [PHP] How do remove WARNING message

2002-04-22 Thread Dennis Moore
I am not a LDAP expert, however I assume you can place a condition on your bind command to kill the script or go to your error reporting... ?php // do something like... ldap_bind($bindstr) or die(Enter your error message here); ? - Original Message - From: Jean-Rene Cormier [EMAIL