Tema
:
No me funciona rowCount() pdo
Ver Mensaje Individual
#
6
(
permalink
)
08/07/2011, 13:45
RIVERMILLOS
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 15 años
Puntos: 15
Respuesta: No me funciona rowCount() pdo
Entonces deberia hacer lo siguiente?
SELECT count(*) FROM tabla where ...
if($result!=0){
SELECT columnas FROM tabla where ...
}else{
haga otra cosa--
}
saludos
RIVERMILLOS
Ver Perfil
Buscar todos los Mensajes de RIVERMILLOS