hi am new in php, i have values like A,B,C,D in database all in one box.
i made a dropdown for its search A B C D , i want if somebody select A or B and search it fetch the whole row from database.
or in other words i put the values in database by selecting multiple options by using implode, now i don know how to fetch them in search page if somebody select only one value from saved ones like only A or B or C...please help, m not familiar with functions alot so please help with coding if possible, thank you.