
05/04/2011, 11:59
|
| | Fecha de Ingreso: marzo-2011
Mensajes: 81
Antigüedad: 14 años 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!!! |