On 2/25/06, Mark <neretlis@xxxxxxxxxxxxxx> wrote: > Does anyone know if its possible or how difficult it would be to have a user > send an email from outlook express to a websites mysql database and update > records. You could write a script to parse the email and do the update. It would come in on 'stdin'. See http://www.php.net/readline or http://www.php.net/fopen (search for 'php://stdin'). Alternatively, you could write a script to connect to a mailbox and do something, see http://www.php.net/imap . Depends on what you are trying to do really :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php