$str="In order to successfully build your backlinks in a highly competitive industry (or if you're targeting highly competitive keywords), you have to get smart about your strategy. That means using the best back-link building tools available";
$split=explode(' ',$str);// Split up the whole string
$chunks=array_chunk($split,3);// Make groups of 3 words
$result=array_map(function($chunk){returnimplode(' ',$chunk);},$chunks);// Put each group back together