Hello
First of all, I'm new to PHP, and also to Daniweb.
I've been looking everywhere for some PHP code to skip to the next line every time my string ($description) has a period in it. So here's an example of what I want to achieve:
Text:
The car is green. The tree is yellow
What I want it to be:
The car is green.
The tree is yellow.
Thanks in advance!