
27/11/2003, 18:28
|
 | | | Fecha de Ingreso: noviembre-2003 Ubicación: LF, Santiago.Chile
Mensajes: 217
Antigüedad: 21 años, 3 meses Puntos: 0 | |
Holas, intenta con esto
campo del email en el form= txt_email
function checkmail($txt_mail){ $sql="Select * from TABLA"
$query_mail = mysql_query($sql,$link);
$getdata=mysql_fecth_array ($query_mail);
if($txt_mail==$getdata["mail"]){
ec ho "El E-Mail ya existe, intente otra vez";
}else{ /* AG REGARLO A LA BD */
}
} |