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

PS this would be my 1sr email, i have'nt send any Php email yet.. i just know my smtp id address and smtp username and smtp password...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.