How is it possible...
I wish to have a link on a web page which when clicked results in the execuction of a php script on the server.
This script in turn produces an email of the html page seen on the client which is then sent to an email address which resides in a database / session variable on the server.
What would a typical mail() look like ?
If the client page was dynamically generated
from a php script how would we then send this page to someone as an email?
Any thoughts or insights would be kindly received
Paul