I have a titles such as The Oak Tree or The Pine
I set up $stylename = explode("The", $row->title);
This should explode the phrase into
$stylename[0] = 'The';
$stylename[1] = 'Oak Tree';
But instead $stylename[0] is empty.
How can I alter the above code to export what I require?
Thanks
Theis not present.