Hi, i need a code that will send the page link to my email address when its clicked. For example, if someone clicks on the report link on one of the site pages, the link will automatically be emailed to my email. Anyone please?
Ok, well this is well simple <?php if (isset($submitButton)){ $getURL = $_SERVER['SCRIPT_NAME']; mail(mail data what you will want to send); } ?> PHP: