Can someone help me!!!
How can i use unix-commands in php scripts
Like this:
ldapsearch -h ldaphost -b 'ou=people,o=ubs,c=ch' 'cn=*t113469'* | nawk
-F"="
'/uid;short/ { print $2 }' " );this commands works on unix-shell how can i use this so that php will be able to interprete this? any Help 'll be highly appreciated! david -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
