I have a PHP website in a managed server (I only have access through the cPanel), and I would like to execute something when an email is received, something like adding the email address and the email content to a database.
I know how to do it with GAE and in ASP, but I can't find how to do it in PHP.