ezoneuk Posted March 5, 2007 Share Posted March 5, 2007 My server (Linux) is running MySQL version 4.1.10 and I use PHP to write my HTML pages. I use MySQL Control Centre to administer the databses. The databases and websites work fine for all the normal things I want to do. I am now trying to use a database to automatically generate emails to clients if an entry in a table changes, but I cannot find anywhere how to do this. Does anyone know if it is possible please? Link to comment https://forums.phpfreaks.com/topic/41255-automatically-generating-emails/ Share on other sites More sharing options...
fenway Posted March 5, 2007 Share Posted March 5, 2007 You can run stored procedures via triggers in 5.0 (though I've never done this), but I don't know to what extent you can interact with non-MySQL components (like the shell). Link to comment https://forums.phpfreaks.com/topic/41255-automatically-generating-emails/#findComment-199906 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.