Functions in IMAP, POP3 AND LDAP?
For IMAP Function : http://in.php.net/manual/en/ref.imap.php
For LDAP Function : http://in.php.net/manual/en/ref.ldap.php
For LDAP Function
:http://docs.sun.com/source/816-6027-10/asdk5.htm#1045585
| Is This Answer Correct ? | 2 Yes | 4 No |
when ever the user logged in the database table the current registered date will be appeared
What are examples of dependent variables?
what is code for email sending through localhost pc..?
What is the use of offset in mysql?
Do you know when sessions ends?
Explain how can we execute a php script using command line?
How can we submit a form without a submit buttom?
12 Answers A1 Technology, IBM,
What is the difference between array_merge() and array_merge_recursive() in php?
What is the importance of "action" attribute in a html form?
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
Where do I run php code?
What is isset function in php?