Re: [PHP] Problem wit doing ldap_add and modify in same script

2003-02-27 Thread Bill MacAllister
--On Wednesday, February 26, 2003 06:05:20 PM -0500 Jim Greene [EMAIL PROTECTED] wrote: So you suggest turning the $info into an array... How would I go about using the: No, I don't suggest turning the $info into any array. It already is an array. Quoting from the www.php.net

Re: [PHP] Problem wit doing ldap_add and modify in same script

2003-02-26 Thread Bill MacAllister
Looks to me like a judiciously place $info = array(); would do wonders. Bill --On Wednesday, February 26, 2003 08:23:39 AM -0500 Jim Greene [EMAIL PROTECTED] wrote: Strange problem: Taking the 2 halfs of the scripts (the section to update uidNumber and the one to add the user) and combining