$file= ' c/text1text2">text3 ';
I want to get the c/text1text2 part from above $file
I've tried with
explode('"','$file')
But not worked.
Any other way or different way of using explode ?
I want to get the c/text1text2 part from above $file
I've tried with
explode('"','$file')
But not worked.
Any other way or different way of using explode ?
Comment