existe algun tipo de funcion xa crear un codigo cn numeros y letras mayusculas y minusculas? o se ha de hacer un rand() y a cada numero asignarle una letray luego juntarlo? no encuentro nada :S
$str="0987654321qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM";
echo $str{rand(0, strlen($str) - 1)};
gracias.
otra pregunta: q tengo q poner en el php.ini para poderlos enviar, me da los siguientes errores:
si no pongo el FROM:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in c:\wamp\www\rod_web\header.php on line 466
sin pongo el FROM:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:\wamp\www\rod_web\header.php on line 466