Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/07/2004, 16:59
Avatar de jorel
jorel
 
Fecha de Ingreso: abril-2003
Ubicación: Monterrey, N.L.
Mensajes: 253
Antigüedad: 22 años, 1 mes
Puntos: 0
Pruebalo Asi:

Código PHP:
Set RS Server.CreateObject("ADODB.Recordset")

sSQL="select user from usuarios where user =  '"usuario &"' "

Set RS=Conn.Execute(sSQL)
If 
not RS.EOF then 
Si no es vacio 
existe ese usuario
response
.write "usuario ya existe"
end if 
__________________

:adios:

Jorge Santana