while indicates a problem with this line:PHP Parse error: syntax error, unexpected ':', expecting '}' in /var/www/html/php/test/email.php on line 15
Code: Select all
$mbox = imap_open("{$server:110/pop3}INBOX", "$username", "$password");The login details are submitted to PHP through a form.
Stephen,