This prints first 200 characters of a given text. $content = $this->artist->name; $pos = strpos($content, ' ', 200); echo substr($content,0,$pos );
Printing first characters of a text
Discover more from Too Big World
Subscribe to get the latest posts sent to your email.