$consulta=mysql_query("SELECT * FROM tabla WHERE id LIKE $_GET[id] OR nombre LIKE $_GET[nombre] OR apellido LIKE $_GET[apellido]", $coneccion);