Hi i have been searching the web for a php or html script wich will be a button that when a user clicks it, a report is send to my email with the url where the button was clicked. Please help this is urgent.
Use AJAX to tell a PHP page to email you using the mail() function. Use the ID of the button to tell the script what URL the button is for.