I have PHP/ mySQL based forms on my website where users have to login before they can enter any data/ CRUD functions etc. The data entered by users then shows in a listing/ table below the form. This much is typical...
I was wondering what would be required to be able to send an email from any SMTP email client (say outlook) that enters data in the the mySQL table directly and when the user opens the related screen, the sent data shows in the listing/ table.