PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi,
I have one work need to be done. One of the Client is getting E-mails to PERL. what i need is i need to read that E-mail from PERL using PHP and generate output to text document. Is it possible to write program in PHP..? appreciate your help.
Thanks
Yeah you should be able to whip something up to read the email and write it to a text file. You just need to get the email - connect to the pop server, read the html page if the email is on a web based service, use exec() to call mail on the command line etc.