if i remove the @ then this is the error thats posted..
Warning: imap_open() [function.imap-open]: Couldn't open stream {pop.gmail.com:995/novalidate-cert/pop3/ssl} in C:\Program Files\xampp\webdav\testMailConnect.php on line 8
line 8 reads:
$mail = imap_open('{pop.gmail.com:995/novalidate-cert/pop3/ssl}', 'teamcosdster@gmail.com', 'password'')
when the @ is included, no errors are listed..
i have not written any other lines of code, because if i can't get it to connect then I cant really do much else after that...
i am new with PHP and i was basically following the PHP cookbook by O'reilly, but its not helping..haha..
any other ideas guys?
thanks for ur help..