php-windows Digest 7 Jun 2007 01:52:54 -0000 Issue 3250

Topics (messages 28040 through 28041):

Mdaemon - COM-objects?
        28040 by: Gustav Wiberg

Get files from network driver
        28041 by: Han Jesse

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi there!

I know that it is possible to create outlook-com-objects through PHP, and this 
would require Outlook installed on the server. (Maybe even Exchange Server for 
larger companies).  I found out how to do this 
here:http://www.digiways.com/articles/php/outlook/

Is there anyone who knows if this is possible to create objects in the same way 
with an Mdaemon Mail-server?

Best regards
/Gustav Wiberg



 


--- End Message ---
--- Begin Message ---
I want to use PHP to get file from a network driver
<?
$filename = "////MyServer//Share//1.tif";
$handle = fopen($filename, "r");
$contents = fread($handle, filesize ($filename));
fclose($handle);
?>
there is a Warning:
failed to open stream: Permission denied  in D:\web\test.php on line 3

How to resolve the mistake?

--- End Message ---

Reply via email to