2
Answers

How to get 2 values from word "abc,xyz' i.e.abc & xyz

I'm getting value "abc,xyz" from database
I want values like s1=abc & s2=xyz
How to remove ',' and getting values abc & xyz seperately.

Answers (2)