PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a website with a form which when user submits updates the database that i have which is access 2007. However i wanted to be able to send an automated email to say that it has been updated, ive tried looking for some PHP scripts that could help me out but couldnt find a decent one.
If someone was able to point me in the right direction then i would appreciate that
I have a website with a form which when user submits updates the database that i have which is access 2007. However i wanted to be able to send an automated email to say that it has been updated, ive tried looking for some PHP scripts that could help me out but couldnt find a decent one.
If someone was able to point me in the right direction then i would appreciate that
Thank you
you should try mail() or, better SwiftMailer http://swiftmailer.org/ and as Apollo said incorporate it in update process.