i have an array names skills in which there are various skills
now i wanna create aquery like
select * from tablename where skills regexp ""skill1" and skills regexp "skills2" and skills regexp "skills3";
how could i do this..
upon defining a string for concatenation php shows error....`$s=select * from $table[0] where skills regexp;
help!`