From: Joshua L. <Jos...@ip...> - 2000-08-10 16:42:11
|
Okay I got how to get a picture from the directory server which turned out to be easy... Now I need to figure out how to display it in a web page. I figure I have to convert the binary stream somehow but I am not sure. I tried the following and got a lot of alien characters in my page. $content = $entry->get('photo'); print "<img src=$content>"; Any input would be helpful... Joshua J. Lavalleur IT Intern Advanced Radio Telecom P. 425-688-8700 ext 1973 Jos...@ip... |