[PHP-DEV] getting images from LDAP

2002-06-24 Thread Jennifer Telisky
Hi all, I'm trying to create a display screen using php and the LDAP functions. I would like to display both the binary data (jpegphoto) as well as the other non-binary attributes like Name and Title on one page. I am able to pull and display the jpegphoto attribute using $data =

Re: [PHP-DEV] getting images from LDAP

2002-06-24 Thread Stig Venaas
Hi On Mon, Jun 24, 2002 at 04:05:19PM -0400, Jennifer Telisky wrote: Only thing I can think of, is to somehow store $data out to a file data.jpg, then use this file as the img src=data.jpg. Although, I can't seem to find a way to do this either. Write one script that displays the ASCII