?mr1=60,60,60,60,60&mr2=90,90,9&0,90,90&mr3=30,30,30,30,30
from the URL it should remove & ifit is there inbetween numbers(ie 90,90,9&0,90,90) and ignore this & if it is there like(60,60,60,60,60&mr2 ).
if after & mr2 or mr1 or mr3 then it should take the param value ,if it is inbetween should remove & only
how to use strpos() for this scenario.
can anyone help me to solve this.