Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/07/2008, 18:53
agd
 
Fecha de Ingreso: mayo-2008
Mensajes: 98
Antigüedad: 16 años
Puntos: 2
Respuesta: filtrar busqueda¿?

hola te recomiendo que uses LIKE, ej:

Código PHP:
$consulta=mysql_query("SELECT * FROM tabla WHERE id LIKE $_GET[id] OR nombre LIKE $_GET[nombre] OR apellido LIKE $_GET[apellido]"$coneccion);