blog.evaria.com
Using PHP to print only the first sentence
Ever wanted to pull just the first sentence of a text and print it? If yes, this is for you. Simply add the following code (in PHP) to your page/system before the actual HTML stuff begins: Then cal…