Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/04/2011, 11:59
lesly40
 
Fecha de Ingreso: marzo-2011
Mensajes: 81
Antigüedad: 13 años, 1 mes
Puntos: 0
Respuesta: Mensaje después de consulta en php

$a = getParam($_GET["ce1"], "");
$b = getParam($_GET["ce2"], "");
$c = getParam($_GET["ce3"], "");


$total = 0;
if ($a.$b.$c != "") {
$query = "SELECT count(*) FROM registro WHERE cedula like ".sqlValue($a.$b.$c."%", "text")." ORDER BY cedula ASC";


if(count ($query) == ""){
echo 'Usuario no registrado';
}



Es lo que estoy haciendo!!!