filter by atributs php script
- by cosy
I have the table :
id id_products id_atribut name value
1 13 8 autdio 2.1
2 13 9 hdd 200 Gb
3 13 10 cd-rom 2
4 20 8 audio 2.1
the problem is, how can i select from this table where id_products=13 and name="audio" and value="2.1" and…