This is what I have below.
BRG 100023 GASOHOL TEST KIT
This is what I want:
GASOHOL TEST KIT
I can extract the BRG and 100023 but I need the "Title" of the product now.
@array("BRG 100023 GASOHOL TEST KIT");
print $array[1] . " " . $array[2]. " ". $array[3];
That would only get me
BRG 100023 GASOHOL
BRG 100023 GASOHOL TEST KIT
This is what I want:
GASOHOL TEST KIT
I can extract the BRG and 100023 but I need the "Title" of the product now.
@array("BRG 100023 GASOHOL TEST KIT");
print $array[1] . " " . $array[2]. " ". $array[3];
That would only get me
BRG 100023 GASOHOL