I have to Do this
My array
array(
0 => A,
1 => B,
2 => C,
3 => D,
4 => E,
5 => F
)
I have array value for example Take C
is there any function available in php in that function i pass this value C and they give me array like this
array(
0 => C,
1 => D,
2 => E,
3 => F
)
the passing value and after another value is give me in array