Re: [PHP] php-ldap works in commandline but not through browser
Hi, ldap extension was loaded in the php.ini file. php -i |grep ldap /etc/php.d/ldap.ini, ldap RCS Version => $Id: ldap.c,v 1.161.2.3.2.14 2008/12/31 11:17:39 sebastian Exp $ Regards Chima.s On Thu, Oct 15, 2009 at 7:17 PM, wrote: > Did you check both php.ini files? > > -- > PHP General Mai
[PHP] php-ldap works in commandline but not through browser
Hi All, I am using tring with sample program to connect the ldap using php. Below is the sample code: == === When i execute this program with command line