[PHP] ldap_add - Error number 65: Object class violation

2004-02-06 Thread Bobby R . Cox
echo "An error occurred. Error number " . ldap_errno($connection) . ": " . ldap_err2str(ldap_errno($connection)); } I am beating my head trying to figure this one out. I know it's an object class violation, but I can

[PHP] explode() an array and grep out a string

2004-02-07 Thread Bobby R . Cox
sUsername/*"); Any idea why that may be? This is where the array is exploded: if ($sessSubAccounts) { $accounts = explode("|", $sessSubAccounts); while ($i < count($accounts) - 1) ?> TIA