Contacto
// RANDOM KEY PARAMETERS $keychars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $length = 5; // RANDOM KEY GENERATOR $randkey = ""; $max=strlen($keychars)-1; for ($i=0;$i<$length;$i++) { $randkey .= substr($keychars, rand(0, $max), 1); } ?>
Nombres
Apellidos
Email
Mensaje
Por favor ingrese el siguiente código de autorización (respetando mayúsculas y minúsculas ) :