Hello.
That is the normal syntax in php. Variables should have $ in front of them.
The problem is, why the apache child terminates when it tries to open connection to that imap server.
I have also tried it with passthru("telnet servername 143") and it works....
Hello.
I have a problem when i am trying to open an imap connection to a server in php
Here is the code:
echo "test";
$a_address = "{servername:143}";
$a_username = "user";
$a_password = "password";
$result = imap_open ($a_address . $a_folder...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.