Hello khuram,

> Iam new at this mailing list .

=welcome to our happy band!


I have a problem in php
> is that i want to store the images on local hard disk
> that are in email (pop3 account) by runing a php file.
> how can i do that. please help me asap.

=there are a number of classes available that you can absorb into your
project. I use email classes from PHPguru.org.

=In this case it seems that you will require the ability to first read msgs
off the POP server (also check out PHP's IMAP functions), then split them
into components, then identify the MIME encoded graphics and store them
away. Haven't done all of that myself, but it sounds 'easy' enough...

=Regards,
=dn


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to