|
|
|
ขอถามเกี่ยวกับ Array ครับ ถ้าทำการ count นับมาแล้ว จะส่งค่าไป insert ลงฐานข้อมูล จะต้องใช้โค๊ดอย่างไงดีครับ |
|
|
|
|
|
|
|
ขอถามเกี่ยวกับ Array ครับ ถ้าทำการ count นับมาแล้ว จะส่งค่าไป insert ลงฐานข้อมูล จะต้องใช้โค๊ดอย่างไงดีครับ
ผมอยากเอา Field : givenname ที่ทำการ array(count) แล้ว ส่งค่าไป insert ลงฐานข้อมูลครับ
ช่วยหน่อยนะครับ
ตัวอย่าง print_r (Field : givenname)
Array ( [count] => 1 [0] => Array ( [givenname] => Array ( [count] => 1 [0] => Name ) [0] => givenname [count] => 1 [dn] => CN=Name Lastname,OU=Exception,OU=STAFF,DC=domain,DC=co,DC=th ) ) Array ( [count] => 1 [0] => Array ( [givenname] => Array ( [count] => 1 [0] => Name ) [0] => givenname [count] => 1 [dn] => CN=Name Lastname,OU=Exception,OU=STAFF,DC=domain,DC=co,DC=th ) )
ฉะเพราะ Field givenname
Code (PHP)
$attributes = array("givenname");
$filter = "(&(objectCategory=person)(sAMAccountName=$username))";
$result = ldap_search($ds, $ldap_dn, $filter, $attributes);
$entries = ldap_get_entries($ds, $result);
if($entries["count"] > 0){
for($x=0;$x<=count($attributes);$x++){
//echo $attributes[$x].":".$entries[0][$attributes[$x]][0]."<br/>";
//$entries [1] = 0;
print_r($entries);
Field ทั้งหมด
Code (PHP)
$attributes = array("givenname","sn","cn","displayname","title","department");
$filter = "(&(objectCategory=person)(sAMAccountName=$username))";
$result = ldap_search($ds, $ldap_dn, $filter, $attributes);
$entries = ldap_get_entries($ds, $result);
if($entries["count"] > 0){
for($x=0;$x<=count($attributes);$x++){
echo $attributes[$x].":".$entries[0][$attributes[$x]][0]."<br/>";
//$entries [1] = 0;
print_r($entries);
Tag : PHP, MySQL, CakePHP
|
ประวัติการแก้ไข 2012-09-12 09:47:21
|
|
|
|
|
Date :
2012-09-12 09:46:09 |
By :
nattkhanesha |
View :
1008 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เฉพาะ ไม่ใช่ ฉะเพราะ น่ะครับ
|
|
|
|
|
Date :
2012-09-12 11:48:38 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เฉพาะ เฉพาะ เฉพาะ 5555+
|
|
|
|
|
Date :
2012-09-12 12:44:18 |
By :
nattkhanesha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|