Mysql
 sql >> Database >  >> RDS >> Mysql

Verifica se il nome utente esiste utilizzando PHP PDO

Controlla il conteggio delle righe:

if ( $sthandler->rowCount() > 0 ) {
  // do something here
}