Feb 4, 2008 #1 david6633 Programmer Joined Jul 28, 2003 Messages 39 Location GB I have a string that I am trying to explode on each </p> tag using the code Code: $lines = explode('</p>', $text); but it does not work. What am I doing wrong? David Remember: You only know what you know and - you don't know what you don't know!
I have a string that I am trying to explode on each </p> tag using the code Code: $lines = explode('</p>', $text); but it does not work. What am I doing wrong? David Remember: You only know what you know and - you don't know what you don't know!
Feb 4, 2008 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR looks ok. the problem is probably elsewhere. Upvote 0 Downvote