Hi
My Code :
";
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";
print_r($_FILES);
$filename = $uploaddir
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 i
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
sche
3 matches
Mail list logo