Hi guys,
Is there any way to send an email when a page is loaded? I have a PHP script that sends a very basic email server side, I want to run it when a page is opened so that it will inform me when a page has been viewed.
The only scripts I can see need a button to run the script, although I want the script to run when the page is loaded without any user interaction?
Is there a way to do this??