Hey everyone,
I was wondering is anyone knew how i can set up some sort of job or trigger based on an event that occurs in my db.
Basically i have a db that takes periodic entrys. I want to make a script that will fire off an email to a list of people whenever an entry is made. I could write a cron job to run a php script that emails those people every hour or so but thats timeed and inefficnet. I really need something that will just do it whenever a new entry comes in.
Thanks
I was wondering is anyone knew how i can set up some sort of job or trigger based on an event that occurs in my db.
Basically i have a db that takes periodic entrys. I want to make a script that will fire off an email to a list of people whenever an entry is made. I could write a cron job to run a php script that emails those people every hour or so but thats timeed and inefficnet. I really need something that will just do it whenever a new entry comes in.
Thanks