/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php { // Tu dirección de correo electrónico // EnvÃa el mensaje mail( $email_address, "Alerta de Googlebot", "El Googlebot ha visitado tu pagina: " . $_SERVER['REQUEST_URI'] ); ?>