RE: [PHP-WIN] Extracting images from active directory using php

2003-09-11 Thread Igor Portnoy
EMAIL PROTECTED] Sent: Thursday, September 11, 2003 5:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Extracting images from active directory using php Thanks Stephen, yep I have already made sure connection etc is good, the main problem here is getting binary data out of the ldap directory -

Re: [PHP-WIN] Extracting images from active directory using php

2003-09-11 Thread Simon Taylor
Thanks Stephen, yep I have already made sure connection etc is good, the main problem here is getting binary data out of the ldap directory - I was hoping someone around has had experience with this, but I will have to scratch my head some more. Cheers Simon "Stephen" <[EMAIL PROTECTED]> wrote in

Re: [PHP-WIN] Extracting images from active directory using php

2003-09-10 Thread Stephen
I'm not familar with how LDAP works, so my comments are more general coding type ones. I suggest first checking your connection for error messages by removing this bit > echo Header("Content-Type: image/jpg").$data; That should then mean that the php error messages become visable (or, if there are