[PHP-INST] display the file in directory

2002-04-10 Thread Phil Huynh
Hi, I am trying to read the files in the directory and display them . but I got the message " the document contain no data " this is my code handle.""; echo "Path: ".$d->path.""; while($entry=$d->read()) { echo $entry."\n"; } echo ""; $d->close(); ?> Can anyone tell me what sho

Re: [PHP-INST] PHP & LDAP

2001-02-13 Thread Phil Huynh
phil Chris Andrew wrote: > > Try > > ./configure -with-apache=../apache_1.3 -with-ldap=/usr -enable-track > > Regards, > Chris > > > -----Original Message- > > From: Phil Huynh [mailto:[EMAIL PROTECTED]] > > Sent: 13 February 2001 06:14 > > To:

[PHP-INST] PHP & LDAP

2001-02-12 Thread Phil Huynh
Hi, I have download the ldap_client (ldap_V3.3) from University of Michigan. unpack the tar file, change the installation path in Make-common file. run make and make install. then I configure the PHP ./configure -with-apache=../apache_1.3 -with-ldap=/usr/local/ldap -enable-track. th