I need to connect my php script to Gmail Atom feed to retrieve the count of unread messages, but I have problem on get the xml feed file:
if($xmlGmailFeed = simplexml_load_file("https://USERNAME:PASSWORD@gmail.google.com/gmail/feed/atom/"))
$unreadMessages = $xmlGmailFeed->fullcount;
gives: failed to load external entity ho can I do? thaks :)
hata! failed to open stream: HTTP isteği başarısız oldu! HTTP/1.0 401 Yetkisiz