hi
I dont know how to seperate a string containing commas.
suppose i have a string
$text = "this, is, fine";
i want to seperate the above string into
this
is
fine
all the above 3 string shud b in different variables...
Any Help is appreciated!
Thanks
Ravi
I dont know how to seperate a string containing commas.
suppose i have a string
$text = "this, is, fine";
i want to seperate the above string into
this
is
fine
all the above 3 string shud b in different variables...
Any Help is appreciated!
Thanks
Ravi
Comment