Would it be possible to automatically extract information from emails and update information on a webserver? The problem I have is that my online merchant fastpay has told me that they won't send information back once an order is complete but they will either email or SMS when someone makes a purchase. So I want to extract the order ID from the email so I can update the database automatically.
you could read info from a pop3 server and if the email/subject contained relevant info, do soemthing etc Yeah should be able to do this with fsockopen in PHP
Excellent!! So something can be done. I'll be looking into that on Monday. That's me off now for the weekend... yes! 1 day weekend for those of us crazy people who decide to run a business as well as study a final year university degree.
Hi W, this should get you started http://www.theukwebdesigncompany.com/articles/php-incoming-mail.php When you done it - I want the final script..... cheers M