[PHP] ldap + php

2003-06-10 Thread chandrakant Reddy
Hi, How do i find schema of my active directory or ldap server using php functions. e.g., in RDBMS it is possible to write a query to find all database in the system, all table in the database , all collumn_names in the table . Is there any function in php or c to know what is the

[PHP] re : ldap problem

2003-06-13 Thread chandrakant Reddy
Hi The proto type is not correct. array ldap_get_values(link_identifier , result_entry_identifier, string attribute); ^ try this 1) connect 2) bind 3) search 4) get_entries // this the step you are missing 5) get_values regards CVR Can anyone tell me what

[PHP] feof() problem

2003-07-22 Thread chandrakant Reddy
Hi My Code : ?php $uploaddir = '/tmp'; print pre; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploaddir . $_FILES['userfile']['name'])) { print File is valid, and was successfully uploaded. Here's some more debugging info:\n;