I need one help.I need to check two type of string value using PHP. I am explaining one example below.
suppose one variable
$sup_id='4' //(datatype-varchar)
$sup_id='4,5,6' //(datatype-varchar)
in above example i have different value in same variable name.Here how can i check that the same variable has one value or different with comma(,
) separated.Please help me.