How to search for a particular value
Hi,
$var = 'A','B','C'.
I have a variable like this. I need to remove the value 'B' from this so that the new variable will look like $var = 'A',C'.
How to do this in php?
Please help me.
Thanks in advance.
Janakiraman
|