I have a folllowing variable variable
$test="<title>This is 1 test | "best"</title>, <title>This is 2 test | "best"</title>, <title>This is 3 test | "best"</title>, <title>This is 4 test | "best"</title>, <title>This is 5 test | "best"</title>";
I want the data in following order, by using array and get raid of “title from the beginning and | “best”/title at the end.
This is 1 test
This is 2 test
This is 3 test
This is 4 test
This is 5 test
Thanks & kind Regards,
Codepad