please help me..!!
i urgently need a php script which would send email to a recipient if changes/insert occur in database.
Details:
suppose i have table name employee with fields:
emp_id name email status
1 abc abc@xyz Yes
2 xyz xyz@acb NO
now, say if status of emp id changes i.e update occurs is there a way to send email to that particular email of employee whose row changes, probably with message "your status has been updated with yes/no value"
i've been searching it for so long, please provide me a script...
Thanks