con una seleccion del tipo
Código HTML:
select * from tabla where campo='$valor[0]' or campo='$valor[1]' or campo='$valor[2]'
he intentado hacer algo del tipo
Código HTML:
select * from tabla where (for($i=0;$i<3;$i++) campo='$valor[$i]')
como podría hacerlo??